Shades of Dark Cyan #0A8984
Tints of Dark Cyan #0A8984
RGB
CMYK
RGB Variations
Color information
#0A8984 (or 0x0A8984) is known color: Dark Cyan. HEX triplet: 0A, 89 and 84. RGB value is (10,137,132). Sum of RGB (Red+Green+Blue) = 10+137+132=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8984 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8984 is #F5767B. Grayscale: #626262. Windows color (decimal): -16086652 or 8685834. OLE color: 8685834.
HSL color Cylindrical-coordinate representation of color #0A8984: hue angle of 177.64º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8984 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 137 | 132 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.46 |
| HSL | 177.64º | 0.86% | 0.29% | - |
| HSV(B) | 177.64º | 0.93% | 0.54% | - |
| XYZ | 13.24 | 19.62 | 24.92 | - |
| YUV | 98.46 | 146.92 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 132 | 0.93 | 0 | 0.04 | 0.46 | 177.64 | 0.86 | 0.29 |
| Hex | A | 89 | 84 | 5D | 0 | 4 | 2E | B2 | 56 | 1D |
| Octal | 12 | 211 | 204 | 135 | 0 | 4 | 56 | 262 | 126 | 35 |
| Binary | 1010 | 10001001 | 10000100 | 1011101 | 0 | 100 | 101110 | 10110010 | 1010110 | 11101 |
Color Harmonies of #0A8984
Complementary color
Monochromatic Colors of #0A8984
Black with #0A8984
Text Example
Text Example
White with #0A8984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8984; }
p { color: rgb(10,137,132); }
H1.HeaderClassName
{
color: #0A8984;
}
.AnyTagClassName
{
color: #0A8984;
}
</style>
background-color css
<style>
a { background-color: #0A8984; }
a { background-color: rgb(10,137,132); }
div.DivClassName
{
background-color: #0A8984;
}
.BgClassName
{
background-color: #0A8984;
}
</style>
border-color css
<style>
span { border-color: #0A8984; }
span { border-color: rgb(10,137,132); }
td.TdClassName
{
border-color: #0A8984;
}
.TagClassName
{
border-color: #0A8984;
}
</style>