Shades of Dark Cyan #019494
Tints of Dark Cyan #019494
RGB
CMYK
RGB Variations
Color information
#019494 (or 0x019494) is known color: Dark Cyan. HEX triplet: 01, 94 and 94. RGB value is (1,148,148). Sum of RGB (Red+Green+Blue) = 1+148+148=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #019494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019494 is #FE6B6B. Grayscale: #676767. Windows color (decimal): -16673644 or 9737217. OLE color: 9737217.
HSL color Cylindrical-coordinate representation of color #019494: hue angle of 180º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019494 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 148 | 148 | - |
| CMYK | 0.99 | 0 | 0 | 0.42 |
| HSL | 180º | 0.99% | 0.29% | - |
| HSV(B) | 180º | 0.99% | 0.58% | - |
| XYZ | 15.95 | 23.32 | 31.68 | - |
| YUV | 104.05 | 152.8 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 148 | 148 | 0.99 | 0 | 0 | 0.42 | 180 | 0.99 | 0.29 |
| Hex | 1 | 94 | 94 | 63 | 0 | 0 | 2A | B4 | 63 | 1D |
| Octal | 1 | 224 | 224 | 143 | 0 | 0 | 52 | 264 | 143 | 35 |
| Binary | 1 | 10010100 | 10010100 | 1100011 | 0 | 0 | 101010 | 10110100 | 1100011 | 11101 |
Color Harmonies of #019494
Complementary color
Monochromatic Colors of #019494
Black with #019494
Text Example
Text Example
White with #019494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019494; }
p { color: rgb(1,148,148); }
H1.HeaderClassName
{
color: #019494;
}
.AnyTagClassName
{
color: #019494;
}
</style>
background-color css
<style>
a { background-color: #019494; }
a { background-color: rgb(1,148,148); }
div.DivClassName
{
background-color: #019494;
}
.BgClassName
{
background-color: #019494;
}
</style>
border-color css
<style>
span { border-color: #019494; }
span { border-color: rgb(1,148,148); }
td.TdClassName
{
border-color: #019494;
}
.TagClassName
{
border-color: #019494;
}
</style>