Shades of Dark Cyan #018B87
Tints of Dark Cyan #018B87
RGB
CMYK
RGB Variations
Color information
#018B87 (or 0x018B87) is known color: Dark Cyan. HEX triplet: 01, 8B and 87. RGB value is (1,139,135). Sum of RGB (Red+Green+Blue) = 1+139+135=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #018B87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B87 is #FE7478. Grayscale: #616161. Windows color (decimal): -16675961 or 8882945. OLE color: 8882945.
HSL color Cylindrical-coordinate representation of color #018B87: hue angle of 178.26º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B87 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 135 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.45 |
| HSL | 178.26º | 0.99% | 0.27% | - |
| HSV(B) | 178.26º | 0.99% | 0.55% | - |
| XYZ | 13.62 | 20.22 | 26.11 | - |
| YUV | 97.28 | 149.28 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 135 | 0.99 | 0 | 0.03 | 0.45 | 178.26 | 0.99 | 0.27 |
| Hex | 1 | 8B | 87 | 63 | 0 | 3 | 2D | B2 | 63 | 1B |
| Octal | 1 | 213 | 207 | 143 | 0 | 3 | 55 | 262 | 143 | 33 |
| Binary | 1 | 10001011 | 10000111 | 1100011 | 0 | 11 | 101101 | 10110010 | 1100011 | 11011 |
Color Harmonies of #018B87
Complementary color
Monochromatic Colors of #018B87
Black with #018B87
Text Example
Text Example
White with #018B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B87; }
p { color: rgb(1,139,135); }
H1.HeaderClassName
{
color: #018B87;
}
.AnyTagClassName
{
color: #018B87;
}
</style>
background-color css
<style>
a { background-color: #018B87; }
a { background-color: rgb(1,139,135); }
div.DivClassName
{
background-color: #018B87;
}
.BgClassName
{
background-color: #018B87;
}
</style>
border-color css
<style>
span { border-color: #018B87; }
span { border-color: rgb(1,139,135); }
td.TdClassName
{
border-color: #018B87;
}
.TagClassName
{
border-color: #018B87;
}
</style>