Shades of Dark Cyan #019683
Tints of Dark Cyan #019683
RGB
CMYK
RGB Variations
Color information
#019683 (or 0x019683) is known color: Dark Cyan. HEX triplet: 01, 96 and 83. RGB value is (1,150,131). Sum of RGB (Red+Green+Blue) = 1+150+131=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #019683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019683 is #FE697C. Grayscale: #676767. Windows color (decimal): -16673149 or 8623617. OLE color: 8623617.
HSL color Cylindrical-coordinate representation of color #019683: hue angle of 172.35º 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 #019683 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 131 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.41 |
| HSL | 172.35º | 0.99% | 0.3% | - |
| HSV(B) | 172.35º | 0.99% | 0.59% | - |
| XYZ | 15.02 | 23.46 | 25.21 | - |
| YUV | 103.28 | 143.64 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 131 | 0.99 | 0 | 0.13 | 0.41 | 172.35 | 0.99 | 0.3 |
| Hex | 1 | 96 | 83 | 63 | 0 | D | 29 | AC | 63 | 1E |
| Octal | 1 | 226 | 203 | 143 | 0 | 15 | 51 | 254 | 143 | 36 |
| Binary | 1 | 10010110 | 10000011 | 1100011 | 0 | 1101 | 101001 | 10101100 | 1100011 | 11110 |
Color Harmonies of #019683
Complementary color
Monochromatic Colors of #019683
Black with #019683
Text Example
Text Example
White with #019683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019683; }
p { color: rgb(1,150,131); }
H1.HeaderClassName
{
color: #019683;
}
.AnyTagClassName
{
color: #019683;
}
</style>
background-color css
<style>
a { background-color: #019683; }
a { background-color: rgb(1,150,131); }
div.DivClassName
{
background-color: #019683;
}
.BgClassName
{
background-color: #019683;
}
</style>
border-color css
<style>
span { border-color: #019683; }
span { border-color: rgb(1,150,131); }
td.TdClassName
{
border-color: #019683;
}
.TagClassName
{
border-color: #019683;
}
</style>