Shades of Dark Cyan #018991
Tints of Dark Cyan #018991
RGB
CMYK
RGB Variations
Color information
#018991 (or 0x018991) is known color: Dark Cyan. HEX triplet: 01, 89 and 91. RGB value is (1,137,145). Sum of RGB (Red+Green+Blue) = 1+137+145=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #018991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018991 is #FE766E. Grayscale: #616161. Windows color (decimal): -16676463 or 9537793. OLE color: 9537793.
HSL color Cylindrical-coordinate representation of color #018991: hue angle of 183.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018991 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 137 | 145 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.43 |
| HSL | 183.33º | 0.99% | 0.29% | - |
| HSV(B) | 183.33º | 0.99% | 0.57% | - |
| XYZ | 14.07 | 19.94 | 29.9 | - |
| YUV | 97.25 | 154.94 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 145 | 0.99 | 0.06 | 0 | 0.43 | 183.33 | 0.99 | 0.29 |
| Hex | 1 | 89 | 91 | 63 | 6 | 0 | 2B | B7 | 63 | 1D |
| Octal | 1 | 211 | 221 | 143 | 6 | 0 | 53 | 267 | 143 | 35 |
| Binary | 1 | 10001001 | 10010001 | 1100011 | 110 | 0 | 101011 | 10110111 | 1100011 | 11101 |
Color Harmonies of #018991
Complementary color
Monochromatic Colors of #018991
Black with #018991
Text Example
Text Example
White with #018991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018991; }
p { color: rgb(1,137,145); }
H1.HeaderClassName
{
color: #018991;
}
.AnyTagClassName
{
color: #018991;
}
</style>
background-color css
<style>
a { background-color: #018991; }
a { background-color: rgb(1,137,145); }
div.DivClassName
{
background-color: #018991;
}
.BgClassName
{
background-color: #018991;
}
</style>
border-color css
<style>
span { border-color: #018991; }
span { border-color: rgb(1,137,145); }
td.TdClassName
{
border-color: #018991;
}
.TagClassName
{
border-color: #018991;
}
</style>