Shades of Dark Cyan #039488
Tints of Dark Cyan #039488
RGB
CMYK
RGB Variations
Color information
#039488 (or 0x039488) is known color: Dark Cyan. HEX triplet: 03, 94 and 88. RGB value is (3,148,136). Sum of RGB (Red+Green+Blue) = 3+148+136=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #039488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039488 is #FC6B77. Grayscale: #676767. Windows color (decimal): -16542584 or 8950787. OLE color: 8950787.
HSL color Cylindrical-coordinate representation of color #039488: hue angle of 175.03º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039488 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 148 | 136 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.42 |
| HSL | 175.03º | 0.96% | 0.3% | - |
| HSV(B) | 175.03º | 0.98% | 0.58% | - |
| XYZ | 15.07 | 22.98 | 26.93 | - |
| YUV | 103.28 | 146.46 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 136 | 0.98 | 0 | 0.08 | 0.42 | 175.03 | 0.96 | 0.3 |
| Hex | 3 | 94 | 88 | 62 | 0 | 8 | 2A | AF | 60 | 1E |
| Octal | 3 | 224 | 210 | 142 | 0 | 10 | 52 | 257 | 140 | 36 |
| Binary | 11 | 10010100 | 10001000 | 1100010 | 0 | 1000 | 101010 | 10101111 | 1100000 | 11110 |
Color Harmonies of #039488
Complementary color
Monochromatic Colors of #039488
Black with #039488
Text Example
Text Example
White with #039488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039488; }
p { color: rgb(3,148,136); }
H1.HeaderClassName
{
color: #039488;
}
.AnyTagClassName
{
color: #039488;
}
</style>
background-color css
<style>
a { background-color: #039488; }
a { background-color: rgb(3,148,136); }
div.DivClassName
{
background-color: #039488;
}
.BgClassName
{
background-color: #039488;
}
</style>
border-color css
<style>
span { border-color: #039488; }
span { border-color: rgb(3,148,136); }
td.TdClassName
{
border-color: #039488;
}
.TagClassName
{
border-color: #039488;
}
</style>