Shades of Observatory #118E7E
Tints of Observatory #118E7E
RGB
CMYK
RGB Variations
Color information
#118E7E (or 0x118E7E) is known color: Observatory. HEX triplet: 11, 8E and 7E. RGB value is (17,142,126). Sum of RGB (Red+Green+Blue) = 17+142+126=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #118E7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E7E is #EE7181. Grayscale: #666666. Windows color (decimal): -15626626 or 8293905. OLE color: 8293905.
HSL color Cylindrical-coordinate representation of color #118E7E: hue angle of 172.32º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118E7E is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 142 | 126 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.44 |
| HSL | 172.32º | 0.79% | 0.31% | - |
| HSV(B) | 172.32º | 0.88% | 0.56% | - |
| XYZ | 13.67 | 20.97 | 23.07 | - |
| YUV | 102.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 126 | 0.88 | 0 | 0.11 | 0.44 | 172.32 | 0.79 | 0.31 |
| Hex | 11 | 8E | 7E | 58 | 0 | B | 2C | AC | 4F | 1F |
| Octal | 21 | 216 | 176 | 130 | 0 | 13 | 54 | 254 | 117 | 37 |
| Binary | 10001 | 10001110 | 1111110 | 1011000 | 0 | 1011 | 101100 | 10101100 | 1001111 | 11111 |
Color Harmonies of #118E7E
Complementary color
Monochromatic Colors of #118E7E
Black with #118E7E
Text Example
Text Example
White with #118E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118E7E; }
p { color: rgb(17,142,126); }
H1.HeaderClassName
{
color: #118E7E;
}
.AnyTagClassName
{
color: #118E7E;
}
</style>
background-color css
<style>
a { background-color: #118E7E; }
a { background-color: rgb(17,142,126); }
div.DivClassName
{
background-color: #118E7E;
}
.BgClassName
{
background-color: #118E7E;
}
</style>
border-color css
<style>
span { border-color: #118E7E; }
span { border-color: rgb(17,142,126); }
td.TdClassName
{
border-color: #118E7E;
}
.TagClassName
{
border-color: #118E7E;
}
</style>