Shades of Observatory #118A7A
Tints of Observatory #118A7A
RGB
CMYK
RGB Variations
Color information
#118A7A (or 0x118A7A) is known color: Observatory. HEX triplet: 11, 8A and 7A. RGB value is (17,138,122). Sum of RGB (Red+Green+Blue) = 17+138+122=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #118A7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A7A is #EE7585. Grayscale: #636363. Windows color (decimal): -15627654 or 8030737. OLE color: 8030737.
HSL color Cylindrical-coordinate representation of color #118A7A: hue angle of 172.07º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118A7A is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 138 | 122 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.46 |
| HSL | 172.07º | 0.78% | 0.3% | - |
| HSV(B) | 172.07º | 0.88% | 0.54% | - |
| XYZ | 12.83 | 19.7 | 21.54 | - |
| YUV | 100 | 140.41 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 122 | 0.88 | 0 | 0.12 | 0.46 | 172.07 | 0.78 | 0.3 |
| Hex | 11 | 8A | 7A | 58 | 0 | C | 2E | AC | 4E | 1E |
| Octal | 21 | 212 | 172 | 130 | 0 | 14 | 56 | 254 | 116 | 36 |
| Binary | 10001 | 10001010 | 1111010 | 1011000 | 0 | 1100 | 101110 | 10101100 | 1001110 | 11110 |
Color Harmonies of #118A7A
Complementary color
Monochromatic Colors of #118A7A
Black with #118A7A
Text Example
Text Example
White with #118A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118A7A; }
p { color: rgb(17,138,122); }
H1.HeaderClassName
{
color: #118A7A;
}
.AnyTagClassName
{
color: #118A7A;
}
</style>
background-color css
<style>
a { background-color: #118A7A; }
a { background-color: rgb(17,138,122); }
div.DivClassName
{
background-color: #118A7A;
}
.BgClassName
{
background-color: #118A7A;
}
</style>
border-color css
<style>
span { border-color: #118A7A; }
span { border-color: rgb(17,138,122); }
td.TdClassName
{
border-color: #118A7A;
}
.TagClassName
{
border-color: #118A7A;
}
</style>