Shades of Observatory #12927C
Tints of Observatory #12927C
RGB
CMYK
RGB Variations
Color information
#12927C (or 0x12927C) is known color: Observatory. HEX triplet: 12, 92 and 7C. RGB value is (18,146,124). Sum of RGB (Red+Green+Blue) = 18+146+124=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #12927C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12927C is #ED6D83. Grayscale: #696969. Windows color (decimal): -15560068 or 8163858. OLE color: 8163858.
HSL color Cylindrical-coordinate representation of color #12927C: hue angle of 169.69º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12927C is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 124 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.43 |
| HSL | 169.69º | 0.78% | 0.32% | - |
| HSV(B) | 169.69º | 0.88% | 0.57% | - |
| XYZ | 14.17 | 22.14 | 22.6 | - |
| YUV | 105.22 | 138.59 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 124 | 0.88 | 0 | 0.15 | 0.43 | 169.69 | 0.78 | 0.32 |
| Hex | 12 | 92 | 7C | 58 | 0 | F | 2B | AA | 4E | 20 |
| Octal | 22 | 222 | 174 | 130 | 0 | 17 | 53 | 252 | 116 | 40 |
| Binary | 10010 | 10010010 | 1111100 | 1011000 | 0 | 1111 | 101011 | 10101010 | 1001110 | 100000 |
Color Harmonies of #12927C
Complementary color
Monochromatic Colors of #12927C
Black with #12927C
Text Example
Text Example
White with #12927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12927C; }
p { color: rgb(18,146,124); }
H1.HeaderClassName
{
color: #12927C;
}
.AnyTagClassName
{
color: #12927C;
}
</style>
background-color css
<style>
a { background-color: #12927C; }
a { background-color: rgb(18,146,124); }
div.DivClassName
{
background-color: #12927C;
}
.BgClassName
{
background-color: #12927C;
}
</style>
border-color css
<style>
span { border-color: #12927C; }
span { border-color: rgb(18,146,124); }
td.TdClassName
{
border-color: #12927C;
}
.TagClassName
{
border-color: #12927C;
}
</style>