Shades of Eastern Blue #118D99
Tints of Eastern Blue #118D99
RGB
CMYK
RGB Variations
Color information
#118D99 (or 0x118D99) is known color: Eastern Blue. HEX triplet: 11, 8D and 99. RGB value is (17,141,153). Sum of RGB (Red+Green+Blue) = 17+141+153=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #118D99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118D99 is #EE7266. Grayscale: #696969. Windows color (decimal): -15626855 or 10063121. OLE color: 10063121.
HSL color Cylindrical-coordinate representation of color #118D99: hue angle of 185.29º 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 #118D99 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 141 | 153 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.4 |
| HSL | 185.29º | 0.8% | 0.33% | - |
| HSV(B) | 185.29º | 0.89% | 0.6% | - |
| XYZ | 15.51 | 21.47 | 33.46 | - |
| YUV | 105.29 | 154.92 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 153 | 0.89 | 0.08 | 0 | 0.4 | 185.29 | 0.8 | 0.33 |
| Hex | 11 | 8D | 99 | 59 | 8 | 0 | 28 | B9 | 50 | 21 |
| Octal | 21 | 215 | 231 | 131 | 10 | 0 | 50 | 271 | 120 | 41 |
| Binary | 10001 | 10001101 | 10011001 | 1011001 | 1000 | 0 | 101000 | 10111001 | 1010000 | 100001 |
Color Harmonies of #118D99
Complementary color
Monochromatic Colors of #118D99
Black with #118D99
Text Example
Text Example
White with #118D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118D99; }
p { color: rgb(17,141,153); }
H1.HeaderClassName
{
color: #118D99;
}
.AnyTagClassName
{
color: #118D99;
}
</style>
background-color css
<style>
a { background-color: #118D99; }
a { background-color: rgb(17,141,153); }
div.DivClassName
{
background-color: #118D99;
}
.BgClassName
{
background-color: #118D99;
}
</style>
border-color css
<style>
span { border-color: #118D99; }
span { border-color: rgb(17,141,153); }
td.TdClassName
{
border-color: #118D99;
}
.TagClassName
{
border-color: #118D99;
}
</style>