Shades of Dark Cyan #019890
Tints of Dark Cyan #019890
RGB
CMYK
RGB Variations
Color information
#019890 (or 0x019890) is known color: Dark Cyan. HEX triplet: 01, 98 and 90. RGB value is (1,152,144). Sum of RGB (Red+Green+Blue) = 1+152+144=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #019890 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019890 is #FE676F. Grayscale: #696969. Windows color (decimal): -16672624 or 9476097. OLE color: 9476097.
HSL color Cylindrical-coordinate representation of color #019890: hue angle of 176.82º 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 #019890 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 144 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.40 |
| HSL | 176.82º | 0.99% | 0.3% | - |
| HSV(B) | 176.82º | 0.99% | 0.6% | - |
| XYZ | 16.27 | 24.48 | 30.25 | - |
| YUV | 105.94 | 149.47 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 144 | 0.99 | 0 | 0.05 | 0.40 | 176.82 | 0.99 | 0.3 |
| Hex | 1 | 98 | 90 | 63 | 0 | 5 | 28 | B1 | 63 | 1E |
| Octal | 1 | 230 | 220 | 143 | 0 | 5 | 50 | 261 | 143 | 36 |
| Binary | 1 | 10011000 | 10010000 | 1100011 | 0 | 101 | 101000 | 10110001 | 1100011 | 11110 |
Color Harmonies of #019890
Complementary color
Monochromatic Colors of #019890
Black with #019890
Text Example
Text Example
White with #019890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019890; }
p { color: rgb(1,152,144); }
H1.HeaderClassName
{
color: #019890;
}
.AnyTagClassName
{
color: #019890;
}
</style>
background-color css
<style>
a { background-color: #019890; }
a { background-color: rgb(1,152,144); }
div.DivClassName
{
background-color: #019890;
}
.BgClassName
{
background-color: #019890;
}
</style>
border-color css
<style>
span { border-color: #019890; }
span { border-color: rgb(1,152,144); }
td.TdClassName
{
border-color: #019890;
}
.TagClassName
{
border-color: #019890;
}
</style>