Shades of Dark Cyan #048A8C
Tints of Dark Cyan #048A8C
RGB
CMYK
RGB Variations
Color information
#048A8C (or 0x048A8C) is known color: Dark Cyan. HEX triplet: 04, 8A and 8C. RGB value is (4,138,140). Sum of RGB (Red+Green+Blue) = 4+138+140=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #048A8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048A8C is #FB7573. Grayscale: #626262. Windows color (decimal): -16479604 or 9210372. OLE color: 9210372.
HSL color Cylindrical-coordinate representation of color #048A8C: hue angle of 180.88º 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 #048A8C is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 138 | 140 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.45 |
| HSL | 180.88º | 0.94% | 0.28% | - |
| HSV(B) | 180.88º | 0.97% | 0.55% | - |
| XYZ | 13.87 | 20.1 | 27.96 | - |
| YUV | 98.16 | 151.61 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 140 | 0.97 | 0.01 | 0 | 0.45 | 180.88 | 0.94 | 0.28 |
| Hex | 4 | 8A | 8C | 61 | 1 | 0 | 2D | B5 | 5E | 1C |
| Octal | 4 | 212 | 214 | 141 | 1 | 0 | 55 | 265 | 136 | 34 |
| Binary | 100 | 10001010 | 10001100 | 1100001 | 1 | 0 | 101101 | 10110101 | 1011110 | 11100 |
Color Harmonies of #048A8C
Complementary color
Monochromatic Colors of #048A8C
Black with #048A8C
Text Example
Text Example
White with #048A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A8C; }
p { color: rgb(4,138,140); }
H1.HeaderClassName
{
color: #048A8C;
}
.AnyTagClassName
{
color: #048A8C;
}
</style>
background-color css
<style>
a { background-color: #048A8C; }
a { background-color: rgb(4,138,140); }
div.DivClassName
{
background-color: #048A8C;
}
.BgClassName
{
background-color: #048A8C;
}
</style>
border-color css
<style>
span { border-color: #048A8C; }
span { border-color: rgb(4,138,140); }
td.TdClassName
{
border-color: #048A8C;
}
.TagClassName
{
border-color: #048A8C;
}
</style>