Shades of Dark Cyan #018785
Tints of Dark Cyan #018785
RGB
CMYK
RGB Variations
Color information
#018785 (or 0x018785) is known color: Dark Cyan. HEX triplet: 01, 87 and 85. RGB value is (1,135,133). Sum of RGB (Red+Green+Blue) = 1+135+133=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #018785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018785 is #FE787A. Grayscale: #5E5E5E. Windows color (decimal): -16676987 or 8750849. OLE color: 8750849.
HSL color Cylindrical-coordinate representation of color #018785: hue angle of 179.1º 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 #018785 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 133 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.47 |
| HSL | 179.1º | 0.99% | 0.27% | - |
| HSV(B) | 179.1º | 0.99% | 0.53% | - |
| XYZ | 12.91 | 19.03 | 25.18 | - |
| YUV | 94.71 | 149.61 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 133 | 0.99 | 0 | 0.01 | 0.47 | 179.1 | 0.99 | 0.27 |
| Hex | 1 | 87 | 85 | 63 | 0 | 1 | 2F | B3 | 63 | 1B |
| Octal | 1 | 207 | 205 | 143 | 0 | 1 | 57 | 263 | 143 | 33 |
| Binary | 1 | 10000111 | 10000101 | 1100011 | 0 | 1 | 101111 | 10110011 | 1100011 | 11011 |
Color Harmonies of #018785
Complementary color
Monochromatic Colors of #018785
Black with #018785
Text Example
Text Example
White with #018785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018785; }
p { color: rgb(1,135,133); }
H1.HeaderClassName
{
color: #018785;
}
.AnyTagClassName
{
color: #018785;
}
</style>
background-color css
<style>
a { background-color: #018785; }
a { background-color: rgb(1,135,133); }
div.DivClassName
{
background-color: #018785;
}
.BgClassName
{
background-color: #018785;
}
</style>
border-color css
<style>
span { border-color: #018785; }
span { border-color: rgb(1,135,133); }
td.TdClassName
{
border-color: #018785;
}
.TagClassName
{
border-color: #018785;
}
</style>