Shades of Observatory #0C937E
Tints of Observatory #0C937E
RGB
CMYK
RGB Variations
Color information
#0C937E (or 0x0C937E) is known color: Observatory. HEX triplet: 0C, 93 and 7E. RGB value is (12,147,126). Sum of RGB (Red+Green+Blue) = 12+147+126=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #0C937E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C937E is #F36C81. Grayscale: #686868. Windows color (decimal): -15953026 or 8295180. OLE color: 8295180.
HSL color Cylindrical-coordinate representation of color #0C937E: hue angle of 170.67º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C937E is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 147 | 126 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.42 |
| HSL | 170.67º | 0.85% | 0.31% | - |
| HSV(B) | 170.67º | 0.92% | 0.58% | - |
| XYZ | 14.35 | 22.45 | 23.32 | - |
| YUV | 104.24 | 140.27 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 126 | 0.92 | 0 | 0.14 | 0.42 | 170.67 | 0.85 | 0.31 |
| Hex | C | 93 | 7E | 5C | 0 | E | 2A | AB | 55 | 1F |
| Octal | 14 | 223 | 176 | 134 | 0 | 16 | 52 | 253 | 125 | 37 |
| Binary | 1100 | 10010011 | 1111110 | 1011100 | 0 | 1110 | 101010 | 10101011 | 1010101 | 11111 |
Color Harmonies of #0C937E
Complementary color
Monochromatic Colors of #0C937E
Black with #0C937E
Text Example
Text Example
White with #0C937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C937E; }
p { color: rgb(12,147,126); }
H1.HeaderClassName
{
color: #0C937E;
}
.AnyTagClassName
{
color: #0C937E;
}
</style>
background-color css
<style>
a { background-color: #0C937E; }
a { background-color: rgb(12,147,126); }
div.DivClassName
{
background-color: #0C937E;
}
.BgClassName
{
background-color: #0C937E;
}
</style>
border-color css
<style>
span { border-color: #0C937E; }
span { border-color: rgb(12,147,126); }
td.TdClassName
{
border-color: #0C937E;
}
.TagClassName
{
border-color: #0C937E;
}
</style>