Shades of Observatory #118F7D
Tints of Observatory #118F7D
RGB
CMYK
RGB Variations
Color information
#118F7D (or 0x118F7D) is known color: Observatory. HEX triplet: 11, 8F and 7D. RGB value is (17,143,125). Sum of RGB (Red+Green+Blue) = 17+143+125=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #118F7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F7D is #EE7082. Grayscale: #676767. Windows color (decimal): -15626371 or 8228625. OLE color: 8228625.
HSL color Cylindrical-coordinate representation of color #118F7D: hue angle of 171.43º 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 #118F7D is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 125 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.44 |
| HSL | 171.43º | 0.79% | 0.31% | - |
| HSV(B) | 171.43º | 0.88% | 0.56% | - |
| XYZ | 13.76 | 21.24 | 22.78 | - |
| YUV | 103.27 | 140.26 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 125 | 0.88 | 0 | 0.13 | 0.44 | 171.43 | 0.79 | 0.31 |
| Hex | 11 | 8F | 7D | 58 | 0 | D | 2C | AB | 4F | 1F |
| Octal | 21 | 217 | 175 | 130 | 0 | 15 | 54 | 253 | 117 | 37 |
| Binary | 10001 | 10001111 | 1111101 | 1011000 | 0 | 1101 | 101100 | 10101011 | 1001111 | 11111 |
Color Harmonies of #118F7D
Complementary color
Monochromatic Colors of #118F7D
Black with #118F7D
Text Example
Text Example
White with #118F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F7D; }
p { color: rgb(17,143,125); }
H1.HeaderClassName
{
color: #118F7D;
}
.AnyTagClassName
{
color: #118F7D;
}
</style>
background-color css
<style>
a { background-color: #118F7D; }
a { background-color: rgb(17,143,125); }
div.DivClassName
{
background-color: #118F7D;
}
.BgClassName
{
background-color: #118F7D;
}
</style>
border-color css
<style>
span { border-color: #118F7D; }
span { border-color: rgb(17,143,125); }
td.TdClassName
{
border-color: #118F7D;
}
.TagClassName
{
border-color: #118F7D;
}
</style>