Shades of Dark Cyan #019685
Tints of Dark Cyan #019685
RGB
CMYK
RGB Variations
Color information
#019685 (or 0x019685) is known color: Dark Cyan. HEX triplet: 01, 96 and 85. RGB value is (1,150,133). Sum of RGB (Red+Green+Blue) = 1+150+133=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #019685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019685 is #FE697A. Grayscale: #676767. Windows color (decimal): -16673147 or 8754689. OLE color: 8754689.
HSL color Cylindrical-coordinate representation of color #019685: hue angle of 173.15º 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 #019685 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 133 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.41 |
| HSL | 173.15º | 0.99% | 0.3% | - |
| HSV(B) | 173.15º | 0.99% | 0.59% | - |
| XYZ | 15.15 | 23.51 | 25.93 | - |
| YUV | 103.51 | 144.64 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 133 | 0.99 | 0 | 0.11 | 0.41 | 173.15 | 0.99 | 0.3 |
| Hex | 1 | 96 | 85 | 63 | 0 | B | 29 | AD | 63 | 1E |
| Octal | 1 | 226 | 205 | 143 | 0 | 13 | 51 | 255 | 143 | 36 |
| Binary | 1 | 10010110 | 10000101 | 1100011 | 0 | 1011 | 101001 | 10101101 | 1100011 | 11110 |
Color Harmonies of #019685
Complementary color
Monochromatic Colors of #019685
Black with #019685
Text Example
Text Example
White with #019685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019685; }
p { color: rgb(1,150,133); }
H1.HeaderClassName
{
color: #019685;
}
.AnyTagClassName
{
color: #019685;
}
</style>
background-color css
<style>
a { background-color: #019685; }
a { background-color: rgb(1,150,133); }
div.DivClassName
{
background-color: #019685;
}
.BgClassName
{
background-color: #019685;
}
</style>
border-color css
<style>
span { border-color: #019685; }
span { border-color: rgb(1,150,133); }
td.TdClassName
{
border-color: #019685;
}
.TagClassName
{
border-color: #019685;
}
</style>