Shades of Dark Cyan #019597
Tints of Dark Cyan #019597
RGB
CMYK
RGB Variations
Color information
#019597 (or 0x019597) is known color: Dark Cyan. HEX triplet: 01, 95 and 97. RGB value is (1,149,151). Sum of RGB (Red+Green+Blue) = 1+149+151=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #019597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019597 is #FE6A68. Grayscale: #686868. Windows color (decimal): -16673385 or 9934081. OLE color: 9934081.
HSL color Cylindrical-coordinate representation of color #019597: hue angle of 180.8º 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 #019597 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 149 | 151 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.41 |
| HSL | 180.8º | 0.99% | 0.3% | - |
| HSV(B) | 180.8º | 0.99% | 0.59% | - |
| XYZ | 16.35 | 23.74 | 33 | - |
| YUV | 104.98 | 153.97 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 151 | 0.99 | 0.01 | 0 | 0.41 | 180.8 | 0.99 | 0.3 |
| Hex | 1 | 95 | 97 | 63 | 1 | 0 | 29 | B5 | 63 | 1E |
| Octal | 1 | 225 | 227 | 143 | 1 | 0 | 51 | 265 | 143 | 36 |
| Binary | 1 | 10010101 | 10010111 | 1100011 | 1 | 0 | 101001 | 10110101 | 1100011 | 11110 |
Color Harmonies of #019597
Complementary color
Monochromatic Colors of #019597
Black with #019597
Text Example
Text Example
White with #019597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019597; }
p { color: rgb(1,149,151); }
H1.HeaderClassName
{
color: #019597;
}
.AnyTagClassName
{
color: #019597;
}
</style>
background-color css
<style>
a { background-color: #019597; }
a { background-color: rgb(1,149,151); }
div.DivClassName
{
background-color: #019597;
}
.BgClassName
{
background-color: #019597;
}
</style>
border-color css
<style>
span { border-color: #019597; }
span { border-color: rgb(1,149,151); }
td.TdClassName
{
border-color: #019597;
}
.TagClassName
{
border-color: #019597;
}
</style>