Shades of Dark Cyan #018C7F
Tints of Dark Cyan #018C7F
RGB
CMYK
RGB Variations
Color information
#018C7F (or 0x018C7F) is known color: Dark Cyan. HEX triplet: 01, 8C and 7F. RGB value is (1,140,127). Sum of RGB (Red+Green+Blue) = 1+140+127=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #018C7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C7F is #FE7380. Grayscale: #606060. Windows color (decimal): -16675713 or 8358913. OLE color: 8358913.
HSL color Cylindrical-coordinate representation of color #018C7F: hue angle of 174.39º 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 #018C7F is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 127 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.45 |
| HSL | 174.39º | 0.99% | 0.28% | - |
| HSV(B) | 174.39º | 0.99% | 0.55% | - |
| XYZ | 13.22 | 20.29 | 23.3 | - |
| YUV | 96.96 | 144.95 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 127 | 0.99 | 0 | 0.09 | 0.45 | 174.39 | 0.99 | 0.28 |
| Hex | 1 | 8C | 7F | 63 | 0 | 9 | 2D | AE | 63 | 1C |
| Octal | 1 | 214 | 177 | 143 | 0 | 11 | 55 | 256 | 143 | 34 |
| Binary | 1 | 10001100 | 1111111 | 1100011 | 0 | 1001 | 101101 | 10101110 | 1100011 | 11100 |
Color Harmonies of #018C7F
Complementary color
Monochromatic Colors of #018C7F
Black with #018C7F
Text Example
Text Example
White with #018C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C7F; }
p { color: rgb(1,140,127); }
H1.HeaderClassName
{
color: #018C7F;
}
.AnyTagClassName
{
color: #018C7F;
}
</style>
background-color css
<style>
a { background-color: #018C7F; }
a { background-color: rgb(1,140,127); }
div.DivClassName
{
background-color: #018C7F;
}
.BgClassName
{
background-color: #018C7F;
}
</style>
border-color css
<style>
span { border-color: #018C7F; }
span { border-color: rgb(1,140,127); }
td.TdClassName
{
border-color: #018C7F;
}
.TagClassName
{
border-color: #018C7F;
}
</style>