Shades of Dark Cyan #018C80
Tints of Dark Cyan #018C80
RGB
CMYK
RGB Variations
Color information
#018C80 (or 0x018C80) is known color: Dark Cyan. HEX triplet: 01, 8C and 80. RGB value is (1,140,128). Sum of RGB (Red+Green+Blue) = 1+140+128=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 140 (55.08% from 255 or 52.04% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 140 - color contains mainly: green. Hex color #018C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018C80 is #FE737F. Grayscale: #606060. Windows color (decimal): -16675712 or 8424449. OLE color: 8424449.
HSL color Cylindrical-coordinate representation of color #018C80: hue angle of 174.82º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018C80 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 128 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.45 |
| HSL | 174.82º | 0.99% | 0.28% | - |
| HSV(B) | 174.82º | 0.99% | 0.55% | - |
| XYZ | 13.29 | 20.32 | 23.64 | - |
| YUV | 97.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 128 | 0.99 | 0 | 0.09 | 0.45 | 174.82 | 0.99 | 0.28 |
| Hex | 1 | 8C | 80 | 63 | 0 | 9 | 2D | AF | 63 | 1C |
| Octal | 1 | 214 | 200 | 143 | 0 | 11 | 55 | 257 | 143 | 34 |
| Binary | 1 | 10001100 | 10000000 | 1100011 | 0 | 1001 | 101101 | 10101111 | 1100011 | 11100 |
Color Harmonies of #018C80
Complementary color
Monochromatic Colors of #018C80
Black with #018C80
Text Example
Text Example
White with #018C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C80; }
p { color: rgb(1,140,128); }
H1.HeaderClassName
{
color: #018C80;
}
.AnyTagClassName
{
color: #018C80;
}
</style>
background-color css
<style>
a { background-color: #018C80; }
a { background-color: rgb(1,140,128); }
div.DivClassName
{
background-color: #018C80;
}
.BgClassName
{
background-color: #018C80;
}
</style>
border-color css
<style>
span { border-color: #018C80; }
span { border-color: rgb(1,140,128); }
td.TdClassName
{
border-color: #018C80;
}
.TagClassName
{
border-color: #018C80;
}
</style>