Html Css Color HEX #118996 Eastern Blue

📋 copy color: '#118996'

red 17 ◦ green 137 ◦ blue 150

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

Shades of Eastern Blue #118996

Tints of Eastern Blue #118996

RGB

 RED value IS 17 (7.03% from 255) = 5.59%

 GREEN value IS 137 (53.91% from 255) = 45.07%

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

R = 5.59%
G = 45.07%
B = 49.34%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#118996 (or 0x118996) is known color: Eastern Blue. HEX triplet: 11, 89 and 96. RGB value is (17,137,150). Sum of RGB (Red+Green+Blue) = 17+137+150=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #118996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118996 is #EE7669. Grayscale: #666666. Windows color (decimal): -15627882 or 9865489. OLE color: 9865489.

HSL color Cylindrical-coordinate representation of color #118996: hue angle of 185.86º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118996 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 137 150 -
CMYK 0.89 0.09 0 0.41
HSL 185.86º 0.8% 0.33% -
HSV(B) 185.86º 0.89% 0.59% -
XYZ 14.68 20.21 31.98 -
YUV 102.6 154.74 66.94 -
System Red Green Blue C M Y K H S L
Decimal 17 137 150 0.89 0.09 0 0.41 185.86 0.8 0.33
Hex 11 89 96 59 9 0 29 BA 50 21
Octal 21 211 226 131 11 0 51 272 120 41
Binary 10001 10001001 10010110 1011001 1001 0 101001 10111010 1010000 100001

Color Harmonies of #118996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118996

Black with #118996

Text Example


Text Example

White with #118996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118996; }

 p { color: rgb(17,137,150); }

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

background-color css

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

 a { background-color: rgb(17,137,150); }

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

border-color css

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

 span { border-color: rgb(17,137,150); }

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