Shades of Dark Cyan #048C89
Tints of Dark Cyan #048C89
RGB
CMYK
RGB Variations
Color information
#048C89 (or 0x048C89) is known color: Dark Cyan. HEX triplet: 04, 8C and 89. RGB value is (4,140,137). Sum of RGB (Red+Green+Blue) = 4+140+137=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #048C89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048C89 is #FB7376. Grayscale: #626262. Windows color (decimal): -16479095 or 9014276. OLE color: 9014276.
HSL color Cylindrical-coordinate representation of color #048C89: hue angle of 178.68º 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 #048C89 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 137 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.45 |
| HSL | 178.68º | 0.94% | 0.28% | - |
| HSV(B) | 178.68º | 0.97% | 0.55% | - |
| XYZ | 13.94 | 20.59 | 26.91 | - |
| YUV | 98.99 | 149.44 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 137 | 0.97 | 0 | 0.02 | 0.45 | 178.68 | 0.94 | 0.28 |
| Hex | 4 | 8C | 89 | 61 | 0 | 2 | 2D | B3 | 5E | 1C |
| Octal | 4 | 214 | 211 | 141 | 0 | 2 | 55 | 263 | 136 | 34 |
| Binary | 100 | 10001100 | 10001001 | 1100001 | 0 | 10 | 101101 | 10110011 | 1011110 | 11100 |
Color Harmonies of #048C89
Complementary color
Monochromatic Colors of #048C89
Black with #048C89
Text Example
Text Example
White with #048C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C89; }
p { color: rgb(4,140,137); }
H1.HeaderClassName
{
color: #048C89;
}
.AnyTagClassName
{
color: #048C89;
}
</style>
background-color css
<style>
a { background-color: #048C89; }
a { background-color: rgb(4,140,137); }
div.DivClassName
{
background-color: #048C89;
}
.BgClassName
{
background-color: #048C89;
}
</style>
border-color css
<style>
span { border-color: #048C89; }
span { border-color: rgb(4,140,137); }
td.TdClassName
{
border-color: #048C89;
}
.TagClassName
{
border-color: #048C89;
}
</style>