Shades of Dark Cyan #01968F
Tints of Dark Cyan #01968F
RGB
CMYK
RGB Variations
Color information
#01968F (or 0x01968F) is known color: Dark Cyan. HEX triplet: 01, 96 and 8F. RGB value is (1,150,143). Sum of RGB (Red+Green+Blue) = 1+150+143=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #01968F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01968F is #FE6970. Grayscale: #686868. Windows color (decimal): -16673137 or 9410049. OLE color: 9410049.
HSL color Cylindrical-coordinate representation of color #01968F: hue angle of 177.18º 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 #01968F is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 143 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.41 |
| HSL | 177.18º | 0.99% | 0.3% | - |
| HSV(B) | 177.18º | 0.99% | 0.59% | - |
| XYZ | 15.88 | 23.8 | 29.74 | - |
| YUV | 104.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 143 | 0.99 | 0 | 0.05 | 0.41 | 177.18 | 0.99 | 0.3 |
| Hex | 1 | 96 | 8F | 63 | 0 | 5 | 29 | B1 | 63 | 1E |
| Octal | 1 | 226 | 217 | 143 | 0 | 5 | 51 | 261 | 143 | 36 |
| Binary | 1 | 10010110 | 10001111 | 1100011 | 0 | 101 | 101001 | 10110001 | 1100011 | 11110 |
Color Harmonies of #01968F
Complementary color
Monochromatic Colors of #01968F
Black with #01968F
Text Example
Text Example
White with #01968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01968F; }
p { color: rgb(1,150,143); }
H1.HeaderClassName
{
color: #01968F;
}
.AnyTagClassName
{
color: #01968F;
}
</style>
background-color css
<style>
a { background-color: #01968F; }
a { background-color: rgb(1,150,143); }
div.DivClassName
{
background-color: #01968F;
}
.BgClassName
{
background-color: #01968F;
}
</style>
border-color css
<style>
span { border-color: #01968F; }
span { border-color: rgb(1,150,143); }
td.TdClassName
{
border-color: #01968F;
}
.TagClassName
{
border-color: #01968F;
}
</style>