COLOR #188384

HEX: #188384
RGB: (24,131,132)

Color info

#188384 contains mainly green and blue colors. Web safe color of #188384 is #009999 (or #099).

RGB color model

#188384 color RGB value is (24,131,132).

  • red value is 24;
  • green value is 131;
  • blue value is 132.
RGB:
(24,131,132)
(9%,51%,52%)

RGB channels and saturation

R 24 of 255 = 9%
G 131 of 255 = 51%
B 132 of 255 = 52%

24
131
132

R + G + B ~ 37%. #188384 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 131 + 132 = 287 (100%)
R 24 of 287 ~ 8.36%
G 131 of 287 ~ 45.64%
B 132 of 287 ~ 45.99%

%45.64
%45.99

CMYK color model

#188384 color CMYK value is (82,1,0,48).

  • cyan value is 81.82%
  • magenta value is 0.76%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(82,1,0,48)
C82M1Y0K48 
(82%,1%,0%,48%)
(0.82/0.01/0.00/0.48)	

CMYK percentages

%81.82
%0.76
%0
%48.24

Codes

Color #188384 in popluar color models

188384
RGB24131132
HSL181°69.23%30.59%
HSB/HSV181°81.82%51.76%
CMYK81.82%0.76%0.00%
48.24%

Color #188384 in popluar number systems.

HEX188384
Decimal24131132
Binary110001000001110000100
Octal30203204

Shades and tints

Shades of #188384

#188384
(24,131,132)
#167878
(22,120,120)
#146D6C
(20,109,108)
#126260
(18,98,96)
#105754
(16,87,84)
#0E4C48
(14,76,72)
#0C413C
(12,65,60)
#0A3630
(10,54,48)
#082B24
(8,43,36)
#062018
(6,32,24)
#04150C
(4,21,12)
#000000
(0,0,0)

Tints of #188384

#188384
(24,131,132)
#2D8E8F
(45,142,143)
#42999A
(66,153,154)
#57A4A5
(87,164,165)
#6CAFB0
(108,175,176)
#81BABB
(129,186,187)
#96C5C6
(150,197,198)
#ABD0D1
(171,208,209)
#C0DBDC
(192,219,220)
#D5E6E7
(213,230,231)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #188384 color. Also use rgb(24,131,132) instead hex code.

Text Font Color

.myTextColor { color: #188384; }

<p style="color:#188384">This sample text font color is #188384.</p>

This text font color is #188384.


Background Color

.myBgColor { background-color: #188384; }

<div style="background-color:#188384">Inner text</div>

This div background color is #188384.


Border color

.myBorderColor { border: 1px solid #188384; }

<div style="border:3px solid #188384">Div</div>

This div border color is #188384.


Opacity

.myOpacity80 { color: #188384; opacity: 0.8; }

<p style="color:#188384;opacity:0.8;">80%</p>

Text with #188384 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #188384;}

<p style="text-shadow: 3px 3px 1px #188384">Text here.</p>

This text has shadow with #188384 color.

.textShadow {text-shadow: 3px 3px 1px #188384, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #188384, 5px 5px 20px red">Text here.</p>

This text has shadow with #188384 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#188384, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#188384, Direction=45, Strength=4)">Text</p>

This text has shadow with #188384 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #188384;
  -webkit-box-shadow:	1px 1px 3px 2px #188384;
  box-shadow:		1px 1px 3px 2px #188384;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #188384;
-webkit-box-shadow: 1px 1px 3px 2px #188384;
box-shadow:1px 1px 3px 2px #188384;">
Div content here</div>
This div box has shadow with color #188384.

Preview

Color preview on black background

This text has color #188384 on black background.


Color preview on white background

This text has color #188384 on white background.



Black color preview on #188384 background

This text has black color on #188384 background.


White color preview on #188384 background

This text has white color on #188384 background.