Shades of Dark Cyan #019784
Tints of Dark Cyan #019784
RGB
CMYK
RGB Variations
Color information
#019784 (or 0x019784) is known color: Dark Cyan. HEX triplet: 01, 97 and 84. RGB value is (1,151,132). Sum of RGB (Red+Green+Blue) = 1+151+132=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #019784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019784 is #FE687B. Grayscale: #676767. Windows color (decimal): -16672892 or 8689409. OLE color: 8689409.
HSL color Cylindrical-coordinate representation of color #019784: hue angle of 172.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019784 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 151 | 132 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.41 |
| HSL | 172.4º | 0.99% | 0.3% | - |
| HSV(B) | 172.4º | 0.99% | 0.59% | - |
| XYZ | 15.24 | 23.81 | 25.62 | - |
| YUV | 103.98 | 143.81 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 132 | 0.99 | 0 | 0.13 | 0.41 | 172.4 | 0.99 | 0.3 |
| Hex | 1 | 97 | 84 | 63 | 0 | D | 29 | AC | 63 | 1E |
| Octal | 1 | 227 | 204 | 143 | 0 | 15 | 51 | 254 | 143 | 36 |
| Binary | 1 | 10010111 | 10000100 | 1100011 | 0 | 1101 | 101001 | 10101100 | 1100011 | 11110 |
Color Harmonies of #019784
Complementary color
Monochromatic Colors of #019784
Black with #019784
Text Example
Text Example
White with #019784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019784; }
p { color: rgb(1,151,132); }
H1.HeaderClassName
{
color: #019784;
}
.AnyTagClassName
{
color: #019784;
}
</style>
background-color css
<style>
a { background-color: #019784; }
a { background-color: rgb(1,151,132); }
div.DivClassName
{
background-color: #019784;
}
.BgClassName
{
background-color: #019784;
}
</style>
border-color css
<style>
span { border-color: #019784; }
span { border-color: rgb(1,151,132); }
td.TdClassName
{
border-color: #019784;
}
.TagClassName
{
border-color: #019784;
}
</style>