Html Css Color HEX #188096 Eastern Blue

📋 copy color: '#188096'

red 24 ◦ green 128 ◦ blue 150

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

Shades of Eastern Blue #188096

Tints of Eastern Blue #188096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.38%

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

R = 7.95%
G = 42.38%
B = 49.67%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#188096 (or 0x188096) is known color: Eastern Blue. HEX triplet: 18, 80 and 96. RGB value is (24,128,150). Sum of RGB (Red+Green+Blue) = 24+128+150=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #188096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188096 is #E77F69. Grayscale: #636363. Windows color (decimal): -15171434 or 9863192. OLE color: 9863192.

HSL color Cylindrical-coordinate representation of color #188096: hue angle of 190.48º 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 #188096 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 128 150 -
CMYK 0.84 0.15 0 0.41
HSL 190.48º 0.72% 0.34% -
HSV(B) 190.48º 0.84% 0.59% -
XYZ 13.6 17.83 31.58 -
YUV 99.41 156.54 74.21 -
System Red Green Blue C M Y K H S L
Decimal 24 128 150 0.84 0.15 0 0.41 190.48 0.72 0.34
Hex 18 80 96 54 F 0 29 BE 48 22
Octal 30 200 226 124 17 0 51 276 110 42
Binary 11000 10000000 10010110 1010100 1111 0 101001 10111110 1001000 100010

Color Harmonies of #188096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188096

Black with #188096

Text Example


Text Example

White with #188096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188096; }

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

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

background-color css

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

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

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

border-color css

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

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

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