Shades of Dark Cyan #018688
Tints of Dark Cyan #018688
RGB
CMYK
RGB Variations
Color information
#018688 (or 0x018688) is known color: Dark Cyan. HEX triplet: 01, 86 and 88. RGB value is (1,134,136). Sum of RGB (Red+Green+Blue) = 1+134+136=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #018688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018688 is #FE7977. Grayscale: #5E5E5E. Windows color (decimal): -16677240 or 8947201. OLE color: 8947201.
HSL color Cylindrical-coordinate representation of color #018688: hue angle of 180.89º 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 #018688 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 136 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.47 |
| HSL | 180.89º | 0.99% | 0.27% | - |
| HSV(B) | 180.89º | 0.99% | 0.53% | - |
| XYZ | 12.98 | 18.83 | 26.24 | - |
| YUV | 94.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 136 | 0.99 | 0.01 | 0 | 0.47 | 180.89 | 0.99 | 0.27 |
| Hex | 1 | 86 | 88 | 63 | 1 | 0 | 2F | B5 | 63 | 1B |
| Octal | 1 | 206 | 210 | 143 | 1 | 0 | 57 | 265 | 143 | 33 |
| Binary | 1 | 10000110 | 10001000 | 1100011 | 1 | 0 | 101111 | 10110101 | 1100011 | 11011 |
Color Harmonies of #018688
Complementary color
Monochromatic Colors of #018688
Black with #018688
Text Example
Text Example
White with #018688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018688; }
p { color: rgb(1,134,136); }
H1.HeaderClassName
{
color: #018688;
}
.AnyTagClassName
{
color: #018688;
}
</style>
background-color css
<style>
a { background-color: #018688; }
a { background-color: rgb(1,134,136); }
div.DivClassName
{
background-color: #018688;
}
.BgClassName
{
background-color: #018688;
}
</style>
border-color css
<style>
span { border-color: #018688; }
span { border-color: rgb(1,134,136); }
td.TdClassName
{
border-color: #018688;
}
.TagClassName
{
border-color: #018688;
}
</style>