Html Css Color HEX #188196 Eastern Blue

📋 copy color: '#188196'

red 24 ◦ green 129 ◦ blue 150

#188196
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #188196

Tints of Eastern Blue #188196

RGB

 RED value IS 24 (9.77% from 255) = 7.92%

 GREEN value IS 129 (50.78% from 255) = 42.57%

 BLUE value IS 150 (58.98% from 255) = 49.5%

R = 7.92%
G = 42.57%
B = 49.5%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#188196 (or 0x188196) is known color: Eastern Blue. HEX triplet: 18, 81 and 96. RGB value is (24,129,150). Sum of RGB (Red+Green+Blue) = 24+129+150=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #188196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188196 is #E77E69. Grayscale: #636363. Windows color (decimal): -15171178 or 9863448. OLE color: 9863448.

HSL color Cylindrical-coordinate representation of color #188196: hue angle of 190º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188196 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 129 150 -
CMYK 0.84 0.14 0 0.41
HSL 190º 0.72% 0.34% -
HSV(B) 190º 0.84% 0.59% -
XYZ 13.73 18.1 31.62 -
YUV 100 156.21 73.79 -
System Red Green Blue C M Y K H S L
Decimal 24 129 150 0.84 0.14 0 0.41 190 0.72 0.34
Hex 18 81 96 54 E 0 29 BE 48 22
Octal 30 201 226 124 16 0 51 276 110 42
Binary 11000 10000001 10010110 1010100 1110 0 101001 10111110 1001000 100010

Color Harmonies of #188196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188196

Black with #188196

Text Example


Text Example

White with #188196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188196; }

 p { color: rgb(24,129,150); }

 H1.HeaderClassName
 {
   color: #188196;
 }
 .AnyTagClassName
 {
   color: #188196;
 }
</style>

background-color css

<style>
 a { background-color: #188196; }

 a { background-color: rgb(24,129,150); }

 div.DivClassName
 {
   background-color: #188196;
 }
 .BgClassName
 {
   background-color: #188196;
 }
</style>

border-color css

<style>
 span { border-color: #188196; }

 span { border-color: rgb(24,129,150); }

 td.TdClassName
 {
   border-color: #188196;
 }
 .TagClassName
 {
   border-color: #188196;
 }
</style>