Shades of Observatory #048F65
Tints of Observatory #048F65
RGB
CMYK
RGB Variations
Color information
#048F65 (or 0x048F65) is known color: Observatory. HEX triplet: 04, 8F and 65. RGB value is (4,143,101). Sum of RGB (Red+Green+Blue) = 4+143+101=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #048F65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048F65 is #FB709A. Grayscale: #606060. Windows color (decimal): -16478363 or 6655748. OLE color: 6655748.
HSL color Cylindrical-coordinate representation of color #048F65: hue angle of 161.87º 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 #048F65 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 143 | 101 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.44 |
| HSL | 161.87º | 0.95% | 0.29% | - |
| HSV(B) | 161.87º | 0.97% | 0.56% | - |
| XYZ | 12.22 | 20.61 | 15.65 | - |
| YUV | 96.65 | 130.45 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 101 | 0.97 | 0 | 0.29 | 0.44 | 161.87 | 0.95 | 0.29 |
| Hex | 4 | 8F | 65 | 61 | 0 | 1D | 2C | A2 | 5F | 1D |
| Octal | 4 | 217 | 145 | 141 | 0 | 35 | 54 | 242 | 137 | 35 |
| Binary | 100 | 10001111 | 1100101 | 1100001 | 0 | 11101 | 101100 | 10100010 | 1011111 | 11101 |
Color Harmonies of #048F65
Complementary color
Monochromatic Colors of #048F65
Black with #048F65
Text Example
Text Example
White with #048F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048F65; }
p { color: rgb(4,143,101); }
H1.HeaderClassName
{
color: #048F65;
}
.AnyTagClassName
{
color: #048F65;
}
</style>
background-color css
<style>
a { background-color: #048F65; }
a { background-color: rgb(4,143,101); }
div.DivClassName
{
background-color: #048F65;
}
.BgClassName
{
background-color: #048F65;
}
</style>
border-color css
<style>
span { border-color: #048F65; }
span { border-color: rgb(4,143,101); }
td.TdClassName
{
border-color: #048F65;
}
.TagClassName
{
border-color: #048F65;
}
</style>