Html Css Color HEX #118995 Eastern Blue

📋 copy color: '#118995'

red 17 ◦ green 137 ◦ blue 149

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

Shades of Eastern Blue #118995

Tints of Eastern Blue #118995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.17%

R = 5.61%
G = 45.21%
B = 49.17%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118995 (or 0x118995) is known color: Eastern Blue. HEX triplet: 11, 89 and 95. RGB value is (17,137,149). Sum of RGB (Red+Green+Blue) = 17+137+149=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #118995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118995 is #EE766A. Grayscale: #666666. Windows color (decimal): -15627883 or 9799953. OLE color: 9799953.

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

Color convert

RGB 17 137 149 -
CMYK 0.89 0.08 0 0.42
HSL 185.45º 0.8% 0.33% -
HSV(B) 185.45º 0.89% 0.58% -
XYZ 14.6 20.18 31.56 -
YUV 102.49 154.24 67.02 -
System Red Green Blue C M Y K H S L
Decimal 17 137 149 0.89 0.08 0 0.42 185.45 0.8 0.33
Hex 11 89 95 59 8 0 2A B9 50 21
Octal 21 211 225 131 10 0 52 271 120 41
Binary 10001 10001001 10010101 1011001 1000 0 101010 10111001 1010000 100001

Color Harmonies of #118995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118995

Black with #118995

Text Example


Text Example

White with #118995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118995; }

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

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

background-color css

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

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

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

border-color css

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

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

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