Html Css Color HEX #118A99 Eastern Blue

📋 copy color: '#118A99'

red 17 ◦ green 138 ◦ blue 153

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

Shades of Eastern Blue #118A99

Tints of Eastern Blue #118A99

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.81%

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

R = 5.52%
G = 44.81%
B = 49.68%

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

#118A99 (or 0x118A99) is known color: Eastern Blue. HEX triplet: 11, 8A and 99. RGB value is (17,138,153). Sum of RGB (Red+Green+Blue) = 17+138+153=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #118A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118A99 is #EE7566. Grayscale: #676767. Windows color (decimal): -15627623 or 10062353. OLE color: 10062353.

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

Color convert

RGB 17 138 153 -
CMYK 0.89 0.10 0 0.4
HSL 186.62º 0.8% 0.33% -
HSV(B) 186.62º 0.89% 0.6% -
XYZ 15.07 20.6 33.32 -
YUV 103.53 155.91 66.28 -
System Red Green Blue C M Y K H S L
Decimal 17 138 153 0.89 0.10 0 0.4 186.62 0.8 0.33
Hex 11 8A 99 59 A 0 28 BB 50 21
Octal 21 212 231 131 12 0 50 273 120 41
Binary 10001 10001010 10011001 1011001 1010 0 101000 10111011 1010000 100001

Color Harmonies of #118A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A99

Black with #118A99

Text Example


Text Example

White with #118A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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