Shades of Dark Cyan #018A84
Tints of Dark Cyan #018A84
RGB
CMYK
RGB Variations
Color information
#018A84 (or 0x018A84) is known color: Dark Cyan. HEX triplet: 01, 8A and 84. RGB value is (1,138,132). Sum of RGB (Red+Green+Blue) = 1+138+132=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #018A84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A84 is #FE757B. Grayscale: #606060. Windows color (decimal): -16676220 or 8686081. OLE color: 8686081.
HSL color Cylindrical-coordinate representation of color #018A84: hue angle of 177.37º 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 #018A84 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 132 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.46 |
| HSL | 177.37º | 0.99% | 0.27% | - |
| HSV(B) | 177.37º | 0.99% | 0.54% | - |
| XYZ | 13.27 | 19.85 | 24.96 | - |
| YUV | 96.35 | 148.11 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 132 | 0.99 | 0 | 0.04 | 0.46 | 177.37 | 0.99 | 0.27 |
| Hex | 1 | 8A | 84 | 63 | 0 | 4 | 2E | B1 | 63 | 1B |
| Octal | 1 | 212 | 204 | 143 | 0 | 4 | 56 | 261 | 143 | 33 |
| Binary | 1 | 10001010 | 10000100 | 1100011 | 0 | 100 | 101110 | 10110001 | 1100011 | 11011 |
Color Harmonies of #018A84
Complementary color
Monochromatic Colors of #018A84
Black with #018A84
Text Example
Text Example
White with #018A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A84; }
p { color: rgb(1,138,132); }
H1.HeaderClassName
{
color: #018A84;
}
.AnyTagClassName
{
color: #018A84;
}
</style>
background-color css
<style>
a { background-color: #018A84; }
a { background-color: rgb(1,138,132); }
div.DivClassName
{
background-color: #018A84;
}
.BgClassName
{
background-color: #018A84;
}
</style>
border-color css
<style>
span { border-color: #018A84; }
span { border-color: rgb(1,138,132); }
td.TdClassName
{
border-color: #018A84;
}
.TagClassName
{
border-color: #018A84;
}
</style>