Shades of Dark Cyan #019694
Tints of Dark Cyan #019694
RGB
CMYK
RGB Variations
Color information
#019694 (or 0x019694) is known color: Dark Cyan. HEX triplet: 01, 96 and 94. RGB value is (1,150,148). Sum of RGB (Red+Green+Blue) = 1+150+148=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #019694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019694 is #FE696B. Grayscale: #696969. Windows color (decimal): -16673132 or 9737729. OLE color: 9737729.
HSL color Cylindrical-coordinate representation of color #019694: hue angle of 179.19º 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 #019694 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 148 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.41 |
| HSL | 179.19º | 0.99% | 0.3% | - |
| HSV(B) | 179.19º | 0.99% | 0.59% | - |
| XYZ | 16.26 | 23.96 | 31.78 | - |
| YUV | 105.22 | 152.14 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 148 | 0.99 | 0 | 0.01 | 0.41 | 179.19 | 0.99 | 0.3 |
| Hex | 1 | 96 | 94 | 63 | 0 | 1 | 29 | B3 | 63 | 1E |
| Octal | 1 | 226 | 224 | 143 | 0 | 1 | 51 | 263 | 143 | 36 |
| Binary | 1 | 10010110 | 10010100 | 1100011 | 0 | 1 | 101001 | 10110011 | 1100011 | 11110 |
Color Harmonies of #019694
Complementary color
Monochromatic Colors of #019694
Black with #019694
Text Example
Text Example
White with #019694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019694; }
p { color: rgb(1,150,148); }
H1.HeaderClassName
{
color: #019694;
}
.AnyTagClassName
{
color: #019694;
}
</style>
background-color css
<style>
a { background-color: #019694; }
a { background-color: rgb(1,150,148); }
div.DivClassName
{
background-color: #019694;
}
.BgClassName
{
background-color: #019694;
}
</style>
border-color css
<style>
span { border-color: #019694; }
span { border-color: rgb(1,150,148); }
td.TdClassName
{
border-color: #019694;
}
.TagClassName
{
border-color: #019694;
}
</style>