Shades of Observatory #0B8E7A
Tints of Observatory #0B8E7A
RGB
CMYK
RGB Variations
Color information
#0B8E7A (or 0x0B8E7A) is known color: Observatory. HEX triplet: 0B, 8E and 7A. RGB value is (11,142,122). Sum of RGB (Red+Green+Blue) = 11+142+122=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #0B8E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8E7A is #F47185. Grayscale: #646464. Windows color (decimal): -16019846 or 8031755. OLE color: 8031755.
HSL color Cylindrical-coordinate representation of color #0B8E7A: hue angle of 170.84º degrees, saturation: 0.86, 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 #0B8E7A is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 142 | 122 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.44 |
| HSL | 170.84º | 0.86% | 0.3% | - |
| HSV(B) | 170.84º | 0.92% | 0.56% | - |
| XYZ | 13.32 | 20.82 | 21.73 | - |
| YUV | 100.55 | 140.1 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 142 | 122 | 0.92 | 0 | 0.14 | 0.44 | 170.84 | 0.86 | 0.3 |
| Hex | B | 8E | 7A | 5C | 0 | E | 2C | AB | 56 | 1E |
| Octal | 13 | 216 | 172 | 134 | 0 | 16 | 54 | 253 | 126 | 36 |
| Binary | 1011 | 10001110 | 1111010 | 1011100 | 0 | 1110 | 101100 | 10101011 | 1010110 | 11110 |
Color Harmonies of #0B8E7A
Complementary color
Monochromatic Colors of #0B8E7A
Black with #0B8E7A
Text Example
Text Example
White with #0B8E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8E7A; }
p { color: rgb(11,142,122); }
H1.HeaderClassName
{
color: #0B8E7A;
}
.AnyTagClassName
{
color: #0B8E7A;
}
</style>
background-color css
<style>
a { background-color: #0B8E7A; }
a { background-color: rgb(11,142,122); }
div.DivClassName
{
background-color: #0B8E7A;
}
.BgClassName
{
background-color: #0B8E7A;
}
</style>
border-color css
<style>
span { border-color: #0B8E7A; }
span { border-color: rgb(11,142,122); }
td.TdClassName
{
border-color: #0B8E7A;
}
.TagClassName
{
border-color: #0B8E7A;
}
</style>