Html Css Color HEX #118999 Eastern Blue

📋 copy color: '#118999'

red 17 ◦ green 137 ◦ blue 153

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

Shades of Eastern Blue #118999

Tints of Eastern Blue #118999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 5.54%
G = 44.63%
B = 49.84%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#118999 (or 0x118999) is known color: Eastern Blue. HEX triplet: 11, 89 and 99. RGB value is (17,137,153). Sum of RGB (Red+Green+Blue) = 17+137+153=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #118999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118999 is #EE7666. Grayscale: #666666. Windows color (decimal): -15627879 or 10062097. OLE color: 10062097.

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

Color convert

RGB 17 137 153 -
CMYK 0.89 0.10 0 0.4
HSL 187.06º 0.8% 0.33% -
HSV(B) 187.06º 0.89% 0.6% -
XYZ 14.93 20.31 33.27 -
YUV 102.94 156.24 66.7 -
System Red Green Blue C M Y K H S L
Decimal 17 137 153 0.89 0.10 0 0.4 187.06 0.8 0.33
Hex 11 89 99 59 A 0 28 BB 50 21
Octal 21 211 231 131 12 0 50 273 120 41
Binary 10001 10001001 10011001 1011001 1010 0 101000 10111011 1010000 100001

Color Harmonies of #118999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118999

Black with #118999

Text Example


Text Example

White with #118999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118999; }

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

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

background-color css

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

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

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

border-color css

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

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

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