Shades of Observatory #0A8F7C
Tints of Observatory #0A8F7C
RGB
CMYK
RGB Variations
Color information
#0A8F7C (or 0x0A8F7C) is known color: Observatory. HEX triplet: 0A, 8F and 7C. RGB value is (10,143,124). Sum of RGB (Red+Green+Blue) = 10+143+124=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #0A8F7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8F7C is #F57083. Grayscale: #656565. Windows color (decimal): -16085124 or 8163082. OLE color: 8163082.
HSL color Cylindrical-coordinate representation of color #0A8F7C: hue angle of 171.43º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8F7C is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 143 | 124 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.44 |
| HSL | 171.43º | 0.87% | 0.3% | - |
| HSV(B) | 171.43º | 0.93% | 0.56% | - |
| XYZ | 13.59 | 21.16 | 22.44 | - |
| YUV | 101.07 | 140.94 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 143 | 124 | 0.93 | 0 | 0.13 | 0.44 | 171.43 | 0.87 | 0.3 |
| Hex | A | 8F | 7C | 5D | 0 | D | 2C | AB | 57 | 1E |
| Octal | 12 | 217 | 174 | 135 | 0 | 15 | 54 | 253 | 127 | 36 |
| Binary | 1010 | 10001111 | 1111100 | 1011101 | 0 | 1101 | 101100 | 10101011 | 1010111 | 11110 |
Color Harmonies of #0A8F7C
Complementary color
Monochromatic Colors of #0A8F7C
Black with #0A8F7C
Text Example
Text Example
White with #0A8F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8F7C; }
p { color: rgb(10,143,124); }
H1.HeaderClassName
{
color: #0A8F7C;
}
.AnyTagClassName
{
color: #0A8F7C;
}
</style>
background-color css
<style>
a { background-color: #0A8F7C; }
a { background-color: rgb(10,143,124); }
div.DivClassName
{
background-color: #0A8F7C;
}
.BgClassName
{
background-color: #0A8F7C;
}
</style>
border-color css
<style>
span { border-color: #0A8F7C; }
span { border-color: rgb(10,143,124); }
td.TdClassName
{
border-color: #0A8F7C;
}
.TagClassName
{
border-color: #0A8F7C;
}
</style>