Shades of Dark Cyan #048E8A
Tints of Dark Cyan #048E8A
RGB
CMYK
RGB Variations
Color information
#048E8A (or 0x048E8A) is known color: Dark Cyan. HEX triplet: 04, 8E and 8A. RGB value is (4,142,138). Sum of RGB (Red+Green+Blue) = 4+142+138=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #048E8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048E8A is #FB7175. Grayscale: #646464. Windows color (decimal): -16478582 or 9080324. OLE color: 9080324.
HSL color Cylindrical-coordinate representation of color #048E8A: hue angle of 178.26º 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 #048E8A is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 142 | 138 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.44 |
| HSL | 178.26º | 0.95% | 0.29% | - |
| HSV(B) | 178.26º | 0.97% | 0.56% | - |
| XYZ | 14.31 | 21.21 | 27.38 | - |
| YUV | 100.28 | 149.28 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 138 | 0.97 | 0 | 0.03 | 0.44 | 178.26 | 0.95 | 0.29 |
| Hex | 4 | 8E | 8A | 61 | 0 | 3 | 2C | B2 | 5F | 1D |
| Octal | 4 | 216 | 212 | 141 | 0 | 3 | 54 | 262 | 137 | 35 |
| Binary | 100 | 10001110 | 10001010 | 1100001 | 0 | 11 | 101100 | 10110010 | 1011111 | 11101 |
Color Harmonies of #048E8A
Complementary color
Monochromatic Colors of #048E8A
Black with #048E8A
Text Example
Text Example
White with #048E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048E8A; }
p { color: rgb(4,142,138); }
H1.HeaderClassName
{
color: #048E8A;
}
.AnyTagClassName
{
color: #048E8A;
}
</style>
background-color css
<style>
a { background-color: #048E8A; }
a { background-color: rgb(4,142,138); }
div.DivClassName
{
background-color: #048E8A;
}
.BgClassName
{
background-color: #048E8A;
}
</style>
border-color css
<style>
span { border-color: #048E8A; }
span { border-color: rgb(4,142,138); }
td.TdClassName
{
border-color: #048E8A;
}
.TagClassName
{
border-color: #048E8A;
}
</style>