Shades of Observatory #028E7A
Tints of Observatory #028E7A
RGB
CMYK
RGB Variations
Color information
#028E7A (or 0x028E7A) is known color: Observatory. HEX triplet: 02, 8E and 7A. RGB value is (2,142,122). Sum of RGB (Red+Green+Blue) = 2+142+122=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 142 (55.86% from 255 or 53.38% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 142 - color contains mainly: green. Hex color #028E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E7A is #FD7185. Grayscale: #616161. Windows color (decimal): -16609670 or 8031746. OLE color: 8031746.
HSL color Cylindrical-coordinate representation of color #028E7A: hue angle of 171.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E7A is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 122 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.44 |
| HSL | 171.43º | 0.97% | 0.28% | - |
| HSV(B) | 171.43º | 0.99% | 0.56% | - |
| XYZ | 13.21 | 20.76 | 21.72 | - |
| YUV | 97.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 122 | 0.99 | 0 | 0.14 | 0.44 | 171.43 | 0.97 | 0.28 |
| Hex | 2 | 8E | 7A | 63 | 0 | E | 2C | AB | 61 | 1C |
| Octal | 2 | 216 | 172 | 143 | 0 | 16 | 54 | 253 | 141 | 34 |
| Binary | 10 | 10001110 | 1111010 | 1100011 | 0 | 1110 | 101100 | 10101011 | 1100001 | 11100 |
Color Harmonies of #028E7A
Complementary color
Monochromatic Colors of #028E7A
Black with #028E7A
Text Example
Text Example
White with #028E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E7A; }
p { color: rgb(2,142,122); }
H1.HeaderClassName
{
color: #028E7A;
}
.AnyTagClassName
{
color: #028E7A;
}
</style>
background-color css
<style>
a { background-color: #028E7A; }
a { background-color: rgb(2,142,122); }
div.DivClassName
{
background-color: #028E7A;
}
.BgClassName
{
background-color: #028E7A;
}
</style>
border-color css
<style>
span { border-color: #028E7A; }
span { border-color: rgb(2,142,122); }
td.TdClassName
{
border-color: #028E7A;
}
.TagClassName
{
border-color: #028E7A;
}
</style>