Html Css Color HEX #118D97 Eastern Blue

📋 copy color: '#118D97'

red 17 ◦ green 141 ◦ blue 151

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

Shades of Eastern Blue #118D97

Tints of Eastern Blue #118D97

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.63%

 BLUE value IS 151 (59.38% from 255) = 48.87%

R = 5.5%
G = 45.63%
B = 48.87%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#118D97 (or 0x118D97) is known color: Eastern Blue. HEX triplet: 11, 8D and 97. RGB value is (17,141,151). Sum of RGB (Red+Green+Blue) = 17+141+151=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #118D97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118D97 is #EE7268. Grayscale: #686868. Windows color (decimal): -15626857 or 9932049. OLE color: 9932049.

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

Color convert

RGB 17 141 151 -
CMYK 0.89 0.07 0 0.41
HSL 184.48º 0.8% 0.33% -
HSV(B) 184.48º 0.89% 0.59% -
XYZ 15.34 21.4 32.6 -
YUV 105.06 153.92 65.19 -
System Red Green Blue C M Y K H S L
Decimal 17 141 151 0.89 0.07 0 0.41 184.48 0.8 0.33
Hex 11 8D 97 59 7 0 29 B8 50 21
Octal 21 215 227 131 7 0 51 270 120 41
Binary 10001 10001101 10010111 1011001 111 0 101001 10111000 1010000 100001

Color Harmonies of #118D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118D97

Black with #118D97

Text Example


Text Example

White with #118D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,141,151); }

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

background-color css

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

 a { background-color: rgb(17,141,151); }

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

border-color css

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

 span { border-color: rgb(17,141,151); }

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