Shades of Observatory #118E7B
Tints of Observatory #118E7B
RGB
CMYK
RGB Variations
Color information
#118E7B (or 0x118E7B) is known color: Observatory. HEX triplet: 11, 8E and 7B. RGB value is (17,142,123). Sum of RGB (Red+Green+Blue) = 17+142+123=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #118E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E7B is #EE7184. Grayscale: #666666. Windows color (decimal): -15626629 or 8097297. OLE color: 8097297.
HSL color Cylindrical-coordinate representation of color #118E7B: hue angle of 170.88º 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 #118E7B is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 142 | 123 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.44 |
| HSL | 170.88º | 0.79% | 0.31% | - |
| HSV(B) | 170.88º | 0.88% | 0.56% | - |
| XYZ | 13.48 | 20.9 | 22.06 | - |
| YUV | 102.46 | 139.59 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 123 | 0.88 | 0 | 0.13 | 0.44 | 170.88 | 0.79 | 0.31 |
| Hex | 11 | 8E | 7B | 58 | 0 | D | 2C | AB | 4F | 1F |
| Octal | 21 | 216 | 173 | 130 | 0 | 15 | 54 | 253 | 117 | 37 |
| Binary | 10001 | 10001110 | 1111011 | 1011000 | 0 | 1101 | 101100 | 10101011 | 1001111 | 11111 |
Color Harmonies of #118E7B
Complementary color
Monochromatic Colors of #118E7B
Black with #118E7B
Text Example
Text Example
White with #118E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118E7B; }
p { color: rgb(17,142,123); }
H1.HeaderClassName
{
color: #118E7B;
}
.AnyTagClassName
{
color: #118E7B;
}
</style>
background-color css
<style>
a { background-color: #118E7B; }
a { background-color: rgb(17,142,123); }
div.DivClassName
{
background-color: #118E7B;
}
.BgClassName
{
background-color: #118E7B;
}
</style>
border-color css
<style>
span { border-color: #118E7B; }
span { border-color: rgb(17,142,123); }
td.TdClassName
{
border-color: #118E7B;
}
.TagClassName
{
border-color: #118E7B;
}
</style>