Shades of Dark Cyan #018D96
Tints of Dark Cyan #018D96
RGB
CMYK
RGB Variations
Color information
#018D96 (or 0x018D96) is known color: Dark Cyan. HEX triplet: 01, 8D and 96. RGB value is (1,141,150). Sum of RGB (Red+Green+Blue) = 1+141+150=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #018D96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018D96 is #FE7269. Grayscale: #636363. Windows color (decimal): -16675434 or 9866497. OLE color: 9866497.
HSL color Cylindrical-coordinate representation of color #018D96: hue angle of 183.62º 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 #018D96 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 141 | 150 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.41 |
| HSL | 183.62º | 0.99% | 0.3% | - |
| HSV(B) | 183.62º | 0.99% | 0.59% | - |
| XYZ | 15.04 | 21.26 | 32.16 | - |
| YUV | 100.17 | 156.12 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 150 | 0.99 | 0.06 | 0 | 0.41 | 183.62 | 0.99 | 0.3 |
| Hex | 1 | 8D | 96 | 63 | 6 | 0 | 29 | B8 | 63 | 1E |
| Octal | 1 | 215 | 226 | 143 | 6 | 0 | 51 | 270 | 143 | 36 |
| Binary | 1 | 10001101 | 10010110 | 1100011 | 110 | 0 | 101001 | 10111000 | 1100011 | 11110 |
Color Harmonies of #018D96
Complementary color
Monochromatic Colors of #018D96
Black with #018D96
Text Example
Text Example
White with #018D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D96; }
p { color: rgb(1,141,150); }
H1.HeaderClassName
{
color: #018D96;
}
.AnyTagClassName
{
color: #018D96;
}
</style>
background-color css
<style>
a { background-color: #018D96; }
a { background-color: rgb(1,141,150); }
div.DivClassName
{
background-color: #018D96;
}
.BgClassName
{
background-color: #018D96;
}
</style>
border-color css
<style>
span { border-color: #018D96; }
span { border-color: rgb(1,141,150); }
td.TdClassName
{
border-color: #018D96;
}
.TagClassName
{
border-color: #018D96;
}
</style>