Shades of Observatory #118F7B
Tints of Observatory #118F7B
RGB
CMYK
RGB Variations
Color information
#118F7B (or 0x118F7B) is known color: Observatory. HEX triplet: 11, 8F and 7B. RGB value is (17,143,123). Sum of RGB (Red+Green+Blue) = 17+143+123=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #118F7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F7B is #EE7084. Grayscale: #666666. Windows color (decimal): -15626373 or 8097553. OLE color: 8097553.
HSL color Cylindrical-coordinate representation of color #118F7B: hue angle of 170.48º 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 #118F7B is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 123 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.44 |
| HSL | 170.48º | 0.79% | 0.31% | - |
| HSV(B) | 170.48º | 0.88% | 0.56% | - |
| XYZ | 13.63 | 21.19 | 22.11 | - |
| YUV | 103.05 | 139.26 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 123 | 0.88 | 0 | 0.14 | 0.44 | 170.48 | 0.79 | 0.31 |
| Hex | 11 | 8F | 7B | 58 | 0 | E | 2C | AA | 4F | 1F |
| Octal | 21 | 217 | 173 | 130 | 0 | 16 | 54 | 252 | 117 | 37 |
| Binary | 10001 | 10001111 | 1111011 | 1011000 | 0 | 1110 | 101100 | 10101010 | 1001111 | 11111 |
Color Harmonies of #118F7B
Complementary color
Monochromatic Colors of #118F7B
Black with #118F7B
Text Example
Text Example
White with #118F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F7B; }
p { color: rgb(17,143,123); }
H1.HeaderClassName
{
color: #118F7B;
}
.AnyTagClassName
{
color: #118F7B;
}
</style>
background-color css
<style>
a { background-color: #118F7B; }
a { background-color: rgb(17,143,123); }
div.DivClassName
{
background-color: #118F7B;
}
.BgClassName
{
background-color: #118F7B;
}
</style>
border-color css
<style>
span { border-color: #118F7B; }
span { border-color: rgb(17,143,123); }
td.TdClassName
{
border-color: #118F7B;
}
.TagClassName
{
border-color: #118F7B;
}
</style>