Shades of Dark Cyan #048B8A
Tints of Dark Cyan #048B8A
RGB
CMYK
RGB Variations
Color information
#048B8A (or 0x048B8A) is known color: Dark Cyan. HEX triplet: 04, 8B and 8A. RGB value is (4,139,138). Sum of RGB (Red+Green+Blue) = 4+139+138=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #048B8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048B8A is #FB7475. Grayscale: #626262. Windows color (decimal): -16479350 or 9079556. OLE color: 9079556.
HSL color Cylindrical-coordinate representation of color #048B8A: hue angle of 179.56º 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 #048B8A is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 139 | 138 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.45 |
| HSL | 179.56º | 0.94% | 0.28% | - |
| HSV(B) | 179.56º | 0.97% | 0.55% | - |
| XYZ | 13.87 | 20.33 | 27.24 | - |
| YUV | 98.52 | 150.27 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 138 | 0.97 | 0 | 0.01 | 0.45 | 179.56 | 0.94 | 0.28 |
| Hex | 4 | 8B | 8A | 61 | 0 | 1 | 2D | B4 | 5E | 1C |
| Octal | 4 | 213 | 212 | 141 | 0 | 1 | 55 | 264 | 136 | 34 |
| Binary | 100 | 10001011 | 10001010 | 1100001 | 0 | 1 | 101101 | 10110100 | 1011110 | 11100 |
Color Harmonies of #048B8A
Complementary color
Monochromatic Colors of #048B8A
Black with #048B8A
Text Example
Text Example
White with #048B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048B8A; }
p { color: rgb(4,139,138); }
H1.HeaderClassName
{
color: #048B8A;
}
.AnyTagClassName
{
color: #048B8A;
}
</style>
background-color css
<style>
a { background-color: #048B8A; }
a { background-color: rgb(4,139,138); }
div.DivClassName
{
background-color: #048B8A;
}
.BgClassName
{
background-color: #048B8A;
}
</style>
border-color css
<style>
span { border-color: #048B8A; }
span { border-color: rgb(4,139,138); }
td.TdClassName
{
border-color: #048B8A;
}
.TagClassName
{
border-color: #048B8A;
}
</style>