Shades of Dark Cyan #019984
Tints of Dark Cyan #019984
RGB
CMYK
RGB Variations
Color information
#019984 (or 0x019984) is known color: Dark Cyan. HEX triplet: 01, 99 and 84. RGB value is (1,153,132). Sum of RGB (Red+Green+Blue) = 1+153+132=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #019984 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019984 is #FE667B. Grayscale: #696969. Windows color (decimal): -16672380 or 8689921. OLE color: 8689921.
HSL color Cylindrical-coordinate representation of color #019984: hue angle of 171.71º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019984 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 132 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.4 |
| HSL | 171.71º | 0.99% | 0.3% | - |
| HSV(B) | 171.71º | 0.99% | 0.6% | - |
| XYZ | 15.57 | 24.45 | 25.73 | - |
| YUV | 105.16 | 143.14 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 132 | 0.99 | 0 | 0.14 | 0.4 | 171.71 | 0.99 | 0.3 |
| Hex | 1 | 99 | 84 | 63 | 0 | E | 28 | AC | 63 | 1E |
| Octal | 1 | 231 | 204 | 143 | 0 | 16 | 50 | 254 | 143 | 36 |
| Binary | 1 | 10011001 | 10000100 | 1100011 | 0 | 1110 | 101000 | 10101100 | 1100011 | 11110 |
Color Harmonies of #019984
Complementary color
Monochromatic Colors of #019984
Black with #019984
Text Example
Text Example
White with #019984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019984; }
p { color: rgb(1,153,132); }
H1.HeaderClassName
{
color: #019984;
}
.AnyTagClassName
{
color: #019984;
}
</style>
background-color css
<style>
a { background-color: #019984; }
a { background-color: rgb(1,153,132); }
div.DivClassName
{
background-color: #019984;
}
.BgClassName
{
background-color: #019984;
}
</style>
border-color css
<style>
span { border-color: #019984; }
span { border-color: rgb(1,153,132); }
td.TdClassName
{
border-color: #019984;
}
.TagClassName
{
border-color: #019984;
}
</style>