Shades of Dark Cyan #019793
Tints of Dark Cyan #019793
RGB
CMYK
RGB Variations
Color information
#019793 (or 0x019793) is known color: Dark Cyan. HEX triplet: 01, 97 and 93. RGB value is (1,151,147). Sum of RGB (Red+Green+Blue) = 1+151+147=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #019793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019793 is #FE686C. Grayscale: #696969. Windows color (decimal): -16672877 or 9672449. OLE color: 9672449.
HSL color Cylindrical-coordinate representation of color #019793: hue angle of 178.4º 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 #019793 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 151 | 147 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.41 |
| HSL | 178.4º | 0.99% | 0.3% | - |
| HSV(B) | 178.4º | 0.99% | 0.59% | - |
| XYZ | 16.35 | 24.25 | 31.42 | - |
| YUV | 105.69 | 151.31 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 147 | 0.99 | 0 | 0.03 | 0.41 | 178.4 | 0.99 | 0.3 |
| Hex | 1 | 97 | 93 | 63 | 0 | 3 | 29 | B2 | 63 | 1E |
| Octal | 1 | 227 | 223 | 143 | 0 | 3 | 51 | 262 | 143 | 36 |
| Binary | 1 | 10010111 | 10010011 | 1100011 | 0 | 11 | 101001 | 10110010 | 1100011 | 11110 |
Color Harmonies of #019793
Complementary color
Monochromatic Colors of #019793
Black with #019793
Text Example
Text Example
White with #019793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019793; }
p { color: rgb(1,151,147); }
H1.HeaderClassName
{
color: #019793;
}
.AnyTagClassName
{
color: #019793;
}
</style>
background-color css
<style>
a { background-color: #019793; }
a { background-color: rgb(1,151,147); }
div.DivClassName
{
background-color: #019793;
}
.BgClassName
{
background-color: #019793;
}
</style>
border-color css
<style>
span { border-color: #019793; }
span { border-color: rgb(1,151,147); }
td.TdClassName
{
border-color: #019793;
}
.TagClassName
{
border-color: #019793;
}
</style>