Shades of Dark Cyan #018A81
Tints of Dark Cyan #018A81
RGB
CMYK
RGB Variations
Color information
#018A81 (or 0x018A81) is known color: Dark Cyan. HEX triplet: 01, 8A and 81. RGB value is (1,138,129). Sum of RGB (Red+Green+Blue) = 1+138+129=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #018A81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A81 is #FE757E. Grayscale: #5F5F5F. Windows color (decimal): -16676223 or 8489473. OLE color: 8489473.
HSL color Cylindrical-coordinate representation of color #018A81: hue angle of 176.06º 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 #018A81 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 129 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.46 |
| HSL | 176.06º | 0.99% | 0.27% | - |
| HSV(B) | 176.06º | 0.99% | 0.54% | - |
| XYZ | 13.06 | 19.77 | 23.9 | - |
| YUV | 96.01 | 146.61 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 129 | 0.99 | 0 | 0.07 | 0.46 | 176.06 | 0.99 | 0.27 |
| Hex | 1 | 8A | 81 | 63 | 0 | 7 | 2E | B0 | 63 | 1B |
| Octal | 1 | 212 | 201 | 143 | 0 | 7 | 56 | 260 | 143 | 33 |
| Binary | 1 | 10001010 | 10000001 | 1100011 | 0 | 111 | 101110 | 10110000 | 1100011 | 11011 |
Color Harmonies of #018A81
Complementary color
Monochromatic Colors of #018A81
Black with #018A81
Text Example
Text Example
White with #018A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A81; }
p { color: rgb(1,138,129); }
H1.HeaderClassName
{
color: #018A81;
}
.AnyTagClassName
{
color: #018A81;
}
</style>
background-color css
<style>
a { background-color: #018A81; }
a { background-color: rgb(1,138,129); }
div.DivClassName
{
background-color: #018A81;
}
.BgClassName
{
background-color: #018A81;
}
</style>
border-color css
<style>
span { border-color: #018A81; }
span { border-color: rgb(1,138,129); }
td.TdClassName
{
border-color: #018A81;
}
.TagClassName
{
border-color: #018A81;
}
</style>