Shades of Dark Cyan #018B80
Tints of Dark Cyan #018B80
RGB
CMYK
RGB Variations
Color information
#018B80 (or 0x018B80) is known color: Dark Cyan. HEX triplet: 01, 8B and 80. RGB value is (1,139,128). Sum of RGB (Red+Green+Blue) = 1+139+128=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #018B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B80 is #FE747F. Grayscale: #606060. Windows color (decimal): -16675968 or 8424193. OLE color: 8424193.
HSL color Cylindrical-coordinate representation of color #018B80: hue angle of 175.22º 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 #018B80 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 128 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.45 |
| HSL | 175.22º | 0.99% | 0.27% | - |
| HSV(B) | 175.22º | 0.99% | 0.55% | - |
| XYZ | 13.14 | 20.03 | 23.6 | - |
| YUV | 96.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 128 | 0.99 | 0 | 0.08 | 0.45 | 175.22 | 0.99 | 0.27 |
| Hex | 1 | 8B | 80 | 63 | 0 | 8 | 2D | AF | 63 | 1B |
| Octal | 1 | 213 | 200 | 143 | 0 | 10 | 55 | 257 | 143 | 33 |
| Binary | 1 | 10001011 | 10000000 | 1100011 | 0 | 1000 | 101101 | 10101111 | 1100011 | 11011 |
Color Harmonies of #018B80
Complementary color
Monochromatic Colors of #018B80
Black with #018B80
Text Example
Text Example
White with #018B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B80; }
p { color: rgb(1,139,128); }
H1.HeaderClassName
{
color: #018B80;
}
.AnyTagClassName
{
color: #018B80;
}
</style>
background-color css
<style>
a { background-color: #018B80; }
a { background-color: rgb(1,139,128); }
div.DivClassName
{
background-color: #018B80;
}
.BgClassName
{
background-color: #018B80;
}
</style>
border-color css
<style>
span { border-color: #018B80; }
span { border-color: rgb(1,139,128); }
td.TdClassName
{
border-color: #018B80;
}
.TagClassName
{
border-color: #018B80;
}
</style>