Shades of Observatory #028E76
Tints of Observatory #028E76
RGB
CMYK
RGB Variations
Color information
#028E76 (or 0x028E76) is known color: Observatory. HEX triplet: 02, 8E and 76. RGB value is (2,142,118). Sum of RGB (Red+Green+Blue) = 2+142+118=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 142 (55.86% from 255 or 54.20% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 142 - color contains mainly: green. Hex color #028E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E76 is #FD7189. Grayscale: #616161. Windows color (decimal): -16609674 or 7769602. OLE color: 7769602.
HSL color Cylindrical-coordinate representation of color #028E76: hue angle of 169.71º 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 #028E76 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 118 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.44 |
| HSL | 169.71º | 0.97% | 0.28% | - |
| HSV(B) | 169.71º | 0.99% | 0.56% | - |
| XYZ | 12.97 | 20.67 | 20.45 | - |
| YUV | 97.4 | 139.62 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 118 | 0.99 | 0 | 0.17 | 0.44 | 169.71 | 0.97 | 0.28 |
| Hex | 2 | 8E | 76 | 63 | 0 | 11 | 2C | AA | 61 | 1C |
| Octal | 2 | 216 | 166 | 143 | 0 | 21 | 54 | 252 | 141 | 34 |
| Binary | 10 | 10001110 | 1110110 | 1100011 | 0 | 10001 | 101100 | 10101010 | 1100001 | 11100 |
Color Harmonies of #028E76
Complementary color
Monochromatic Colors of #028E76
Black with #028E76
Text Example
Text Example
White with #028E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E76; }
p { color: rgb(2,142,118); }
H1.HeaderClassName
{
color: #028E76;
}
.AnyTagClassName
{
color: #028E76;
}
</style>
background-color css
<style>
a { background-color: #028E76; }
a { background-color: rgb(2,142,118); }
div.DivClassName
{
background-color: #028E76;
}
.BgClassName
{
background-color: #028E76;
}
</style>
border-color css
<style>
span { border-color: #028E76; }
span { border-color: rgb(2,142,118); }
td.TdClassName
{
border-color: #028E76;
}
.TagClassName
{
border-color: #028E76;
}
</style>