Html Css Color HEX #118796 Eastern Blue

📋 copy color: '#118796'

red 17 ◦ green 135 ◦ blue 150

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

Shades of Eastern Blue #118796

Tints of Eastern Blue #118796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

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

R = 5.63%
G = 44.7%
B = 49.67%

CMYK

 C value IS 0.89

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#118796 (or 0x118796) is known color: Eastern Blue. HEX triplet: 11, 87 and 96. RGB value is (17,135,150). Sum of RGB (Red+Green+Blue) = 17+135+150=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 135 (53.12% from 255 or 44.70% 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 #118796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118796 is #EE7869. Grayscale: #656565. Windows color (decimal): -15628394 or 9864977. OLE color: 9864977.

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

Color convert

RGB 17 135 150 -
CMYK 0.89 0.1 0 0.41
HSL 186.77º 0.8% 0.33% -
HSV(B) 186.77º 0.89% 0.59% -
XYZ 14.4 19.65 31.89 -
YUV 101.43 155.41 67.78 -
System Red Green Blue C M Y K H S L
Decimal 17 135 150 0.89 0.1 0 0.41 186.77 0.8 0.33
Hex 11 87 96 59 A 0 29 BB 50 21
Octal 21 207 226 131 12 0 51 273 120 41
Binary 10001 10000111 10010110 1011001 1010 0 101001 10111011 1010000 100001

Color Harmonies of #118796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118796

Black with #118796

Text Example


Text Example

White with #118796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118796; }

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

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

background-color css

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

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

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

border-color css

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

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

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