Shades of Dark Cyan #019682
Tints of Dark Cyan #019682
RGB
CMYK
RGB Variations
Color information
#019682 (or 0x019682) is known color: Dark Cyan. HEX triplet: 01, 96 and 82. RGB value is (1,150,130). Sum of RGB (Red+Green+Blue) = 1+150+130=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #019682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019682 is #FE697D. Grayscale: #676767. Windows color (decimal): -16673150 or 8558081. OLE color: 8558081.
HSL color Cylindrical-coordinate representation of color #019682: hue angle of 171.95º 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 #019682 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 130 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.41 |
| HSL | 171.95º | 0.99% | 0.3% | - |
| HSV(B) | 171.95º | 0.99% | 0.59% | - |
| XYZ | 14.95 | 23.43 | 24.85 | - |
| YUV | 103.17 | 143.14 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 130 | 0.99 | 0 | 0.13 | 0.41 | 171.95 | 0.99 | 0.3 |
| Hex | 1 | 96 | 82 | 63 | 0 | D | 29 | AC | 63 | 1E |
| Octal | 1 | 226 | 202 | 143 | 0 | 15 | 51 | 254 | 143 | 36 |
| Binary | 1 | 10010110 | 10000010 | 1100011 | 0 | 1101 | 101001 | 10101100 | 1100011 | 11110 |
Color Harmonies of #019682
Complementary color
Monochromatic Colors of #019682
Black with #019682
Text Example
Text Example
White with #019682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019682; }
p { color: rgb(1,150,130); }
H1.HeaderClassName
{
color: #019682;
}
.AnyTagClassName
{
color: #019682;
}
</style>
background-color css
<style>
a { background-color: #019682; }
a { background-color: rgb(1,150,130); }
div.DivClassName
{
background-color: #019682;
}
.BgClassName
{
background-color: #019682;
}
</style>
border-color css
<style>
span { border-color: #019682; }
span { border-color: rgb(1,150,130); }
td.TdClassName
{
border-color: #019682;
}
.TagClassName
{
border-color: #019682;
}
</style>