Shades of Dark Cyan #018885
Tints of Dark Cyan #018885
RGB
CMYK
RGB Variations
Color information
#018885 (or 0x018885) is known color: Dark Cyan. HEX triplet: 01, 88 and 85. RGB value is (1,136,133). Sum of RGB (Red+Green+Blue) = 1+136+133=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #018885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018885 is #FE777A. Grayscale: #5F5F5F. Windows color (decimal): -16676731 or 8751105. OLE color: 8751105.
HSL color Cylindrical-coordinate representation of color #018885: hue angle of 178.67º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018885 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 133 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.47 |
| HSL | 178.67º | 0.99% | 0.27% | - |
| HSV(B) | 178.67º | 0.99% | 0.53% | - |
| XYZ | 13.05 | 19.31 | 25.23 | - |
| YUV | 95.29 | 149.27 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 133 | 0.99 | 0 | 0.02 | 0.47 | 178.67 | 0.99 | 0.27 |
| Hex | 1 | 88 | 85 | 63 | 0 | 2 | 2F | B3 | 63 | 1B |
| Octal | 1 | 210 | 205 | 143 | 0 | 2 | 57 | 263 | 143 | 33 |
| Binary | 1 | 10001000 | 10000101 | 1100011 | 0 | 10 | 101111 | 10110011 | 1100011 | 11011 |
Color Harmonies of #018885
Complementary color
Monochromatic Colors of #018885
Black with #018885
Text Example
Text Example
White with #018885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018885; }
p { color: rgb(1,136,133); }
H1.HeaderClassName
{
color: #018885;
}
.AnyTagClassName
{
color: #018885;
}
</style>
background-color css
<style>
a { background-color: #018885; }
a { background-color: rgb(1,136,133); }
div.DivClassName
{
background-color: #018885;
}
.BgClassName
{
background-color: #018885;
}
</style>
border-color css
<style>
span { border-color: #018885; }
span { border-color: rgb(1,136,133); }
td.TdClassName
{
border-color: #018885;
}
.TagClassName
{
border-color: #018885;
}
</style>