Shades of Dark Cyan #018F87
Tints of Dark Cyan #018F87
RGB
CMYK
RGB Variations
Color information
#018F87 (or 0x018F87) is known color: Dark Cyan. HEX triplet: 01, 8F and 87. RGB value is (1,143,135). Sum of RGB (Red+Green+Blue) = 1+143+135=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #018F87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018F87 is #FE7078. Grayscale: #636363. Windows color (decimal): -16674937 or 8883969. OLE color: 8883969.
HSL color Cylindrical-coordinate representation of color #018F87: hue angle of 176.62º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F87 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 135 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.44 |
| HSL | 176.62º | 0.99% | 0.28% | - |
| HSV(B) | 176.62º | 0.99% | 0.56% | - |
| XYZ | 14.21 | 21.4 | 26.3 | - |
| YUV | 99.63 | 147.96 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 135 | 0.99 | 0 | 0.06 | 0.44 | 176.62 | 0.99 | 0.28 |
| Hex | 1 | 8F | 87 | 63 | 0 | 6 | 2C | B1 | 63 | 1C |
| Octal | 1 | 217 | 207 | 143 | 0 | 6 | 54 | 261 | 143 | 34 |
| Binary | 1 | 10001111 | 10000111 | 1100011 | 0 | 110 | 101100 | 10110001 | 1100011 | 11100 |
Color Harmonies of #018F87
Complementary color
Monochromatic Colors of #018F87
Black with #018F87
Text Example
Text Example
White with #018F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F87; }
p { color: rgb(1,143,135); }
H1.HeaderClassName
{
color: #018F87;
}
.AnyTagClassName
{
color: #018F87;
}
</style>
background-color css
<style>
a { background-color: #018F87; }
a { background-color: rgb(1,143,135); }
div.DivClassName
{
background-color: #018F87;
}
.BgClassName
{
background-color: #018F87;
}
</style>
border-color css
<style>
span { border-color: #018F87; }
span { border-color: rgb(1,143,135); }
td.TdClassName
{
border-color: #018F87;
}
.TagClassName
{
border-color: #018F87;
}
</style>