Html Css Color HEX #118E99 Eastern Blue

📋 copy color: '#118E99'

red 17 ◦ green 142 ◦ blue 153

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

Shades of Eastern Blue #118E99

Tints of Eastern Blue #118E99

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.51%

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

R = 5.45%
G = 45.51%
B = 49.04%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#118E99 (or 0x118E99) is known color: Eastern Blue. HEX triplet: 11, 8E and 99. RGB value is (17,142,153). Sum of RGB (Red+Green+Blue) = 17+142+153=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #118E99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118E99 is #EE7166. Grayscale: #696969. Windows color (decimal): -15626599 or 10063377. OLE color: 10063377.

HSL color Cylindrical-coordinate representation of color #118E99: hue angle of 184.85º 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 #118E99 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 142 153 -
CMYK 0.89 0.07 0 0.4
HSL 184.85º 0.8% 0.33% -
HSV(B) 184.85º 0.89% 0.6% -
XYZ 15.65 21.77 33.51 -
YUV 105.88 154.59 64.61 -
System Red Green Blue C M Y K H S L
Decimal 17 142 153 0.89 0.07 0 0.4 184.85 0.8 0.33
Hex 11 8E 99 59 7 0 28 B9 50 21
Octal 21 216 231 131 7 0 50 271 120 41
Binary 10001 10001110 10011001 1011001 111 0 101000 10111001 1010000 100001

Color Harmonies of #118E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118E99

Black with #118E99

Text Example


Text Example

White with #118E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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