Html Css Color HEX #118C9B Eastern Blue

📋 copy color: '#118C9B'

red 17 ◦ green 140 ◦ blue 155

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

Shades of Eastern Blue #118C9B

Tints of Eastern Blue #118C9B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.87%

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 5.45%
G = 44.87%
B = 49.68%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#118C9B (or 0x118C9B) is known color: Eastern Blue. HEX triplet: 11, 8C and 9B. RGB value is (17,140,155). Sum of RGB (Red+Green+Blue) = 17+140+155=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #118C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118C9B is #EE7364. Grayscale: #686868. Windows color (decimal): -15627109 or 10193937. OLE color: 10193937.

HSL color Cylindrical-coordinate representation of color #118C9B: hue angle of 186.52º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118C9B is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 140 155 -
CMYK 0.89 0.10 0 0.39
HSL 186.52º 0.8% 0.34% -
HSV(B) 186.52º 0.89% 0.61% -
XYZ 15.53 21.24 34.29 -
YUV 104.93 156.25 65.28 -
System Red Green Blue C M Y K H S L
Decimal 17 140 155 0.89 0.10 0 0.39 186.52 0.8 0.34
Hex 11 8C 9B 59 A 0 27 BB 50 22
Octal 21 214 233 131 12 0 47 273 120 42
Binary 10001 10001100 10011011 1011001 1010 0 100111 10111011 1010000 100010

Color Harmonies of #118C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118C9B

Black with #118C9B

Text Example


Text Example

White with #118C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,140,155); }

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

background-color css

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

 a { background-color: rgb(17,140,155); }

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

border-color css

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

 span { border-color: rgb(17,140,155); }

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