Shades of Dark Cyan #018C85
Tints of Dark Cyan #018C85
RGB
CMYK
RGB Variations
Color information
#018C85 (or 0x018C85) is known color: Dark Cyan. HEX triplet: 01, 8C and 85. RGB value is (1,140,133). Sum of RGB (Red+Green+Blue) = 1+140+133=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #018C85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018C85 is #FE737A. Grayscale: #616161. Windows color (decimal): -16675707 or 8752129. OLE color: 8752129.
HSL color Cylindrical-coordinate representation of color #018C85: hue angle of 176.98º 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 #018C85 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 133 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.45 |
| HSL | 176.98º | 0.99% | 0.28% | - |
| HSV(B) | 176.98º | 0.99% | 0.55% | - |
| XYZ | 13.62 | 20.46 | 25.42 | - |
| YUV | 97.64 | 147.95 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 133 | 0.99 | 0 | 0.05 | 0.45 | 176.98 | 0.99 | 0.28 |
| Hex | 1 | 8C | 85 | 63 | 0 | 5 | 2D | B1 | 63 | 1C |
| Octal | 1 | 214 | 205 | 143 | 0 | 5 | 55 | 261 | 143 | 34 |
| Binary | 1 | 10001100 | 10000101 | 1100011 | 0 | 101 | 101101 | 10110001 | 1100011 | 11100 |
Color Harmonies of #018C85
Complementary color
Monochromatic Colors of #018C85
Black with #018C85
Text Example
Text Example
White with #018C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C85; }
p { color: rgb(1,140,133); }
H1.HeaderClassName
{
color: #018C85;
}
.AnyTagClassName
{
color: #018C85;
}
</style>
background-color css
<style>
a { background-color: #018C85; }
a { background-color: rgb(1,140,133); }
div.DivClassName
{
background-color: #018C85;
}
.BgClassName
{
background-color: #018C85;
}
</style>
border-color css
<style>
span { border-color: #018C85; }
span { border-color: rgb(1,140,133); }
td.TdClassName
{
border-color: #018C85;
}
.TagClassName
{
border-color: #018C85;
}
</style>