Shades of Eastern Blue #118C99
Tints of Eastern Blue #118C99
RGB
CMYK
RGB Variations
Color information
#118C99 (or 0x118C99) is known color: Eastern Blue. HEX triplet: 11, 8C and 99. RGB value is (17,140,153). Sum of RGB (Red+Green+Blue) = 17+140+153=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #118C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118C99 is #EE7366. Grayscale: #686868. Windows color (decimal): -15627111 or 10062865. OLE color: 10062865.
HSL color Cylindrical-coordinate representation of color #118C99: hue angle of 185.74º 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 #118C99 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 140 | 153 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.4 |
| HSL | 185.74º | 0.8% | 0.33% | - |
| HSV(B) | 185.74º | 0.89% | 0.6% | - |
| XYZ | 15.36 | 21.18 | 33.41 | - |
| YUV | 104.71 | 155.25 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 153 | 0.89 | 0.08 | 0 | 0.4 | 185.74 | 0.8 | 0.33 |
| Hex | 11 | 8C | 99 | 59 | 8 | 0 | 28 | BA | 50 | 21 |
| Octal | 21 | 214 | 231 | 131 | 10 | 0 | 50 | 272 | 120 | 41 |
| Binary | 10001 | 10001100 | 10011001 | 1011001 | 1000 | 0 | 101000 | 10111010 | 1010000 | 100001 |
Color Harmonies of #118C99
Complementary color
Monochromatic Colors of #118C99
Black with #118C99
Text Example
Text Example
White with #118C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118C99; }
p { color: rgb(17,140,153); }
H1.HeaderClassName
{
color: #118C99;
}
.AnyTagClassName
{
color: #118C99;
}
</style>
background-color css
<style>
a { background-color: #118C99; }
a { background-color: rgb(17,140,153); }
div.DivClassName
{
background-color: #118C99;
}
.BgClassName
{
background-color: #118C99;
}
</style>
border-color css
<style>
span { border-color: #118C99; }
span { border-color: rgb(17,140,153); }
td.TdClassName
{
border-color: #118C99;
}
.TagClassName
{
border-color: #118C99;
}
</style>