Shades of Observatory #0C8E7A
Tints of Observatory #0C8E7A
RGB
CMYK
RGB Variations
Color information
#0C8E7A (or 0x0C8E7A) is known color: Observatory. HEX triplet: 0C, 8E and 7A. RGB value is (12,142,122). Sum of RGB (Red+Green+Blue) = 12+142+122=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8E7A is #F37185. Grayscale: #646464. Windows color (decimal): -15954310 or 8031756. OLE color: 8031756.
HSL color Cylindrical-coordinate representation of color #0C8E7A: hue angle of 170.77º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8E7A is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 142 | 122 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.44 |
| HSL | 170.77º | 0.84% | 0.3% | - |
| HSV(B) | 170.77º | 0.92% | 0.56% | - |
| XYZ | 13.34 | 20.83 | 21.73 | - |
| YUV | 100.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 142 | 122 | 0.92 | 0 | 0.14 | 0.44 | 170.77 | 0.84 | 0.3 |
| Hex | C | 8E | 7A | 5C | 0 | E | 2C | AB | 54 | 1E |
| Octal | 14 | 216 | 172 | 134 | 0 | 16 | 54 | 253 | 124 | 36 |
| Binary | 1100 | 10001110 | 1111010 | 1011100 | 0 | 1110 | 101100 | 10101011 | 1010100 | 11110 |
Color Harmonies of #0C8E7A
Complementary color
Monochromatic Colors of #0C8E7A
Black with #0C8E7A
Text Example
Text Example
White with #0C8E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8E7A; }
p { color: rgb(12,142,122); }
H1.HeaderClassName
{
color: #0C8E7A;
}
.AnyTagClassName
{
color: #0C8E7A;
}
</style>
background-color css
<style>
a { background-color: #0C8E7A; }
a { background-color: rgb(12,142,122); }
div.DivClassName
{
background-color: #0C8E7A;
}
.BgClassName
{
background-color: #0C8E7A;
}
</style>
border-color css
<style>
span { border-color: #0C8E7A; }
span { border-color: rgb(12,142,122); }
td.TdClassName
{
border-color: #0C8E7A;
}
.TagClassName
{
border-color: #0C8E7A;
}
</style>