Shades of Dark Cyan #018B86
Tints of Dark Cyan #018B86
RGB
CMYK
RGB Variations
Color information
#018B86 (or 0x018B86) is known color: Dark Cyan. HEX triplet: 01, 8B and 86. RGB value is (1,139,134). Sum of RGB (Red+Green+Blue) = 1+139+134=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #018B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B86 is #FE7479. Grayscale: #616161. Windows color (decimal): -16675962 or 8817409. OLE color: 8817409.
HSL color Cylindrical-coordinate representation of color #018B86: hue angle of 177.83º 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 #018B86 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 134 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.45 |
| HSL | 177.83º | 0.99% | 0.27% | - |
| HSV(B) | 177.83º | 0.99% | 0.55% | - |
| XYZ | 13.55 | 20.19 | 25.74 | - |
| YUV | 97.17 | 148.78 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 134 | 0.99 | 0 | 0.04 | 0.45 | 177.83 | 0.99 | 0.27 |
| Hex | 1 | 8B | 86 | 63 | 0 | 4 | 2D | B2 | 63 | 1B |
| Octal | 1 | 213 | 206 | 143 | 0 | 4 | 55 | 262 | 143 | 33 |
| Binary | 1 | 10001011 | 10000110 | 1100011 | 0 | 100 | 101101 | 10110010 | 1100011 | 11011 |
Color Harmonies of #018B86
Complementary color
Monochromatic Colors of #018B86
Black with #018B86
Text Example
Text Example
White with #018B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B86; }
p { color: rgb(1,139,134); }
H1.HeaderClassName
{
color: #018B86;
}
.AnyTagClassName
{
color: #018B86;
}
</style>
background-color css
<style>
a { background-color: #018B86; }
a { background-color: rgb(1,139,134); }
div.DivClassName
{
background-color: #018B86;
}
.BgClassName
{
background-color: #018B86;
}
</style>
border-color css
<style>
span { border-color: #018B86; }
span { border-color: rgb(1,139,134); }
td.TdClassName
{
border-color: #018B86;
}
.TagClassName
{
border-color: #018B86;
}
</style>