Shades of Observatory #048D6F
Tints of Observatory #048D6F
RGB
CMYK
RGB Variations
Color information
#048D6F (or 0x048D6F) is known color: Observatory. HEX triplet: 04, 8D and 6F. RGB value is (4,141,111). Sum of RGB (Red+Green+Blue) = 4+141+111=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #048D6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D6F is #FB7290. Grayscale: #606060. Windows color (decimal): -16478865 or 7310596. OLE color: 7310596.
HSL color Cylindrical-coordinate representation of color #048D6F: hue angle of 166.86º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D6F is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 141 | 111 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.45 |
| HSL | 166.86º | 0.94% | 0.28% | - |
| HSV(B) | 166.86º | 0.97% | 0.55% | - |
| XYZ | 12.44 | 20.22 | 18.29 | - |
| YUV | 96.62 | 136.11 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 111 | 0.97 | 0 | 0.21 | 0.45 | 166.86 | 0.94 | 0.28 |
| Hex | 4 | 8D | 6F | 61 | 0 | 15 | 2D | A7 | 5E | 1C |
| Octal | 4 | 215 | 157 | 141 | 0 | 25 | 55 | 247 | 136 | 34 |
| Binary | 100 | 10001101 | 1101111 | 1100001 | 0 | 10101 | 101101 | 10100111 | 1011110 | 11100 |
Color Harmonies of #048D6F
Complementary color
Monochromatic Colors of #048D6F
Black with #048D6F
Text Example
Text Example
White with #048D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D6F; }
p { color: rgb(4,141,111); }
H1.HeaderClassName
{
color: #048D6F;
}
.AnyTagClassName
{
color: #048D6F;
}
</style>
background-color css
<style>
a { background-color: #048D6F; }
a { background-color: rgb(4,141,111); }
div.DivClassName
{
background-color: #048D6F;
}
.BgClassName
{
background-color: #048D6F;
}
</style>
border-color css
<style>
span { border-color: #048D6F; }
span { border-color: rgb(4,141,111); }
td.TdClassName
{
border-color: #048D6F;
}
.TagClassName
{
border-color: #048D6F;
}
</style>