Shades of Dark Cyan #018A89
Tints of Dark Cyan #018A89
RGB
CMYK
RGB Variations
Color information
#018A89 (or 0x018A89) is known color: Dark Cyan. HEX triplet: 01, 8A and 89. RGB value is (1,138,137). Sum of RGB (Red+Green+Blue) = 1+138+137=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #018A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A89 is #FE7576. Grayscale: #606060. Windows color (decimal): -16676215 or 9013761. OLE color: 9013761.
HSL color Cylindrical-coordinate representation of color #018A89: hue angle of 179.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A89 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 137 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.46 |
| HSL | 179.56º | 0.99% | 0.27% | - |
| HSV(B) | 179.56º | 0.99% | 0.54% | - |
| XYZ | 13.62 | 19.99 | 26.81 | - |
| YUV | 96.92 | 150.61 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 137 | 0.99 | 0 | 0.01 | 0.46 | 179.56 | 0.99 | 0.27 |
| Hex | 1 | 8A | 89 | 63 | 0 | 1 | 2E | B4 | 63 | 1B |
| Octal | 1 | 212 | 211 | 143 | 0 | 1 | 56 | 264 | 143 | 33 |
| Binary | 1 | 10001010 | 10001001 | 1100011 | 0 | 1 | 101110 | 10110100 | 1100011 | 11011 |
Color Harmonies of #018A89
Complementary color
Monochromatic Colors of #018A89
Black with #018A89
Text Example
Text Example
White with #018A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A89; }
p { color: rgb(1,138,137); }
H1.HeaderClassName
{
color: #018A89;
}
.AnyTagClassName
{
color: #018A89;
}
</style>
background-color css
<style>
a { background-color: #018A89; }
a { background-color: rgb(1,138,137); }
div.DivClassName
{
background-color: #018A89;
}
.BgClassName
{
background-color: #018A89;
}
</style>
border-color css
<style>
span { border-color: #018A89; }
span { border-color: rgb(1,138,137); }
td.TdClassName
{
border-color: #018A89;
}
.TagClassName
{
border-color: #018A89;
}
</style>