Shades of Dark Cyan #019892
Tints of Dark Cyan #019892
RGB
CMYK
RGB Variations
Color information
#019892 (or 0x019892) is known color: Dark Cyan. HEX triplet: 01, 98 and 92. RGB value is (1,152,146). Sum of RGB (Red+Green+Blue) = 1+152+146=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #019892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019892 is #FE676D. Grayscale: #6A6A6A. Windows color (decimal): -16672622 or 9607169. OLE color: 9607169.
HSL color Cylindrical-coordinate representation of color #019892: hue angle of 177.62º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019892 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 146 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.40 |
| HSL | 177.62º | 0.99% | 0.3% | - |
| HSV(B) | 177.62º | 0.99% | 0.6% | - |
| XYZ | 16.43 | 24.54 | 31.06 | - |
| YUV | 106.17 | 150.47 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 146 | 0.99 | 0 | 0.04 | 0.40 | 177.62 | 0.99 | 0.3 |
| Hex | 1 | 98 | 92 | 63 | 0 | 4 | 28 | B2 | 63 | 1E |
| Octal | 1 | 230 | 222 | 143 | 0 | 4 | 50 | 262 | 143 | 36 |
| Binary | 1 | 10011000 | 10010010 | 1100011 | 0 | 100 | 101000 | 10110010 | 1100011 | 11110 |
Color Harmonies of #019892
Complementary color
Monochromatic Colors of #019892
Black with #019892
Text Example
Text Example
White with #019892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019892; }
p { color: rgb(1,152,146); }
H1.HeaderClassName
{
color: #019892;
}
.AnyTagClassName
{
color: #019892;
}
</style>
background-color css
<style>
a { background-color: #019892; }
a { background-color: rgb(1,152,146); }
div.DivClassName
{
background-color: #019892;
}
.BgClassName
{
background-color: #019892;
}
</style>
border-color css
<style>
span { border-color: #019892; }
span { border-color: rgb(1,152,146); }
td.TdClassName
{
border-color: #019892;
}
.TagClassName
{
border-color: #019892;
}
</style>