Shades of Observatory #048E6E
Tints of Observatory #048E6E
RGB
CMYK
RGB Variations
Color information
#048E6E (or 0x048E6E) is known color: Observatory. HEX triplet: 04, 8E and 6E. RGB value is (4,142,110). Sum of RGB (Red+Green+Blue) = 4+142+110=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 142 (55.86% from 255 or 55.47% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 142 - color contains mainly: green. Hex color #048E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E6E is #FB7191. Grayscale: #616161. Windows color (decimal): -16478610 or 7245316. OLE color: 7245316.
HSL color Cylindrical-coordinate representation of color #048E6E: hue angle of 166.09º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E6E is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 142 | 110 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.44 |
| HSL | 166.09º | 0.95% | 0.29% | - |
| HSV(B) | 166.09º | 0.97% | 0.56% | - |
| XYZ | 12.54 | 20.5 | 18.05 | - |
| YUV | 97.09 | 135.28 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 110 | 0.97 | 0 | 0.23 | 0.44 | 166.09 | 0.95 | 0.29 |
| Hex | 4 | 8E | 6E | 61 | 0 | 17 | 2C | A6 | 5F | 1D |
| Octal | 4 | 216 | 156 | 141 | 0 | 27 | 54 | 246 | 137 | 35 |
| Binary | 100 | 10001110 | 1101110 | 1100001 | 0 | 10111 | 101100 | 10100110 | 1011111 | 11101 |
Color Harmonies of #048E6E
Complementary color
Monochromatic Colors of #048E6E
Black with #048E6E
Text Example
Text Example
White with #048E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048E6E; }
p { color: rgb(4,142,110); }
H1.HeaderClassName
{
color: #048E6E;
}
.AnyTagClassName
{
color: #048E6E;
}
</style>
background-color css
<style>
a { background-color: #048E6E; }
a { background-color: rgb(4,142,110); }
div.DivClassName
{
background-color: #048E6E;
}
.BgClassName
{
background-color: #048E6E;
}
</style>
border-color css
<style>
span { border-color: #048E6E; }
span { border-color: rgb(4,142,110); }
td.TdClassName
{
border-color: #048E6E;
}
.TagClassName
{
border-color: #048E6E;
}
</style>