Shades of Dark Cyan #018487
Tints of Dark Cyan #018487
RGB
CMYK
RGB Variations
Color information
#018487 (or 0x018487) is known color: Dark Cyan. HEX triplet: 01, 84 and 87. RGB value is (1,132,135). Sum of RGB (Red+Green+Blue) = 1+132+135=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #018487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018487 is #FE7B78. Grayscale: #5D5D5D. Windows color (decimal): -16677753 or 8881153. OLE color: 8881153.
HSL color Cylindrical-coordinate representation of color #018487: hue angle of 181.34º 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 #018487 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 132 | 135 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.47 |
| HSL | 181.34º | 0.99% | 0.27% | - |
| HSV(B) | 181.34º | 0.99% | 0.53% | - |
| XYZ | 12.64 | 18.26 | 25.78 | - |
| YUV | 93.17 | 151.6 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 135 | 0.99 | 0.02 | 0 | 0.47 | 181.34 | 0.99 | 0.27 |
| Hex | 1 | 84 | 87 | 63 | 2 | 0 | 2F | B5 | 63 | 1B |
| Octal | 1 | 204 | 207 | 143 | 2 | 0 | 57 | 265 | 143 | 33 |
| Binary | 1 | 10000100 | 10000111 | 1100011 | 10 | 0 | 101111 | 10110101 | 1100011 | 11011 |
Color Harmonies of #018487
Complementary color
Monochromatic Colors of #018487
Black with #018487
Text Example
Text Example
White with #018487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018487; }
p { color: rgb(1,132,135); }
H1.HeaderClassName
{
color: #018487;
}
.AnyTagClassName
{
color: #018487;
}
</style>
background-color css
<style>
a { background-color: #018487; }
a { background-color: rgb(1,132,135); }
div.DivClassName
{
background-color: #018487;
}
.BgClassName
{
background-color: #018487;
}
</style>
border-color css
<style>
span { border-color: #018487; }
span { border-color: rgb(1,132,135); }
td.TdClassName
{
border-color: #018487;
}
.TagClassName
{
border-color: #018487;
}
</style>