Shades of Dark Cyan #019386
Tints of Dark Cyan #019386
RGB
CMYK
RGB Variations
Color information
#019386 (or 0x019386) is known color: Dark Cyan. HEX triplet: 01, 93 and 86. RGB value is (1,147,134). Sum of RGB (Red+Green+Blue) = 1+147+134=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #019386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019386 is #FE6C79. Grayscale: #656565. Windows color (decimal): -16673914 or 8819457. OLE color: 8819457.
HSL color Cylindrical-coordinate representation of color #019386: hue angle of 174.66º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019386 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 134 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.42 |
| HSL | 174.66º | 0.99% | 0.29% | - |
| HSV(B) | 174.66º | 0.99% | 0.58% | - |
| XYZ | 14.75 | 22.6 | 26.14 | - |
| YUV | 101.86 | 146.13 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 134 | 0.99 | 0 | 0.09 | 0.42 | 174.66 | 0.99 | 0.29 |
| Hex | 1 | 93 | 86 | 63 | 0 | 9 | 2A | AF | 63 | 1D |
| Octal | 1 | 223 | 206 | 143 | 0 | 11 | 52 | 257 | 143 | 35 |
| Binary | 1 | 10010011 | 10000110 | 1100011 | 0 | 1001 | 101010 | 10101111 | 1100011 | 11101 |
Color Harmonies of #019386
Complementary color
Monochromatic Colors of #019386
Black with #019386
Text Example
Text Example
White with #019386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019386; }
p { color: rgb(1,147,134); }
H1.HeaderClassName
{
color: #019386;
}
.AnyTagClassName
{
color: #019386;
}
</style>
background-color css
<style>
a { background-color: #019386; }
a { background-color: rgb(1,147,134); }
div.DivClassName
{
background-color: #019386;
}
.BgClassName
{
background-color: #019386;
}
</style>
border-color css
<style>
span { border-color: #019386; }
span { border-color: rgb(1,147,134); }
td.TdClassName
{
border-color: #019386;
}
.TagClassName
{
border-color: #019386;
}
</style>