Shades of Dark Cyan #0A8983
Tints of Dark Cyan #0A8983
RGB
CMYK
RGB Variations
Color information
#0A8983 (or 0x0A8983) is known color: Dark Cyan. HEX triplet: 0A, 89 and 83. RGB value is (10,137,131). Sum of RGB (Red+Green+Blue) = 10+137+131=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8983 is #F5767C. Grayscale: #626262. Windows color (decimal): -16086653 or 8620298. OLE color: 8620298.
HSL color Cylindrical-coordinate representation of color #0A8983: hue angle of 177.17º 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 #0A8983 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 137 | 131 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.46 |
| HSL | 177.17º | 0.86% | 0.29% | - |
| HSV(B) | 177.17º | 0.93% | 0.54% | - |
| XYZ | 13.17 | 19.59 | 24.56 | - |
| YUV | 98.34 | 146.42 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 131 | 0.93 | 0 | 0.04 | 0.46 | 177.17 | 0.86 | 0.29 |
| Hex | A | 89 | 83 | 5D | 0 | 4 | 2E | B1 | 56 | 1D |
| Octal | 12 | 211 | 203 | 135 | 0 | 4 | 56 | 261 | 126 | 35 |
| Binary | 1010 | 10001001 | 10000011 | 1011101 | 0 | 100 | 101110 | 10110001 | 1010110 | 11101 |
Color Harmonies of #0A8983
Complementary color
Monochromatic Colors of #0A8983
Black with #0A8983
Text Example
Text Example
White with #0A8983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8983; }
p { color: rgb(10,137,131); }
H1.HeaderClassName
{
color: #0A8983;
}
.AnyTagClassName
{
color: #0A8983;
}
</style>
background-color css
<style>
a { background-color: #0A8983; }
a { background-color: rgb(10,137,131); }
div.DivClassName
{
background-color: #0A8983;
}
.BgClassName
{
background-color: #0A8983;
}
</style>
border-color css
<style>
span { border-color: #0A8983; }
span { border-color: rgb(10,137,131); }
td.TdClassName
{
border-color: #0A8983;
}
.TagClassName
{
border-color: #0A8983;
}
</style>