Shades of Dark Cyan #0A9796
Tints of Dark Cyan #0A9796
RGB
CMYK
RGB Variations
Color information
#0A9796 (or 0x0A9796) is known color: Dark Cyan. HEX triplet: 0A, 97 and 96. RGB value is (10,151,150). Sum of RGB (Red+Green+Blue) = 10+151+150=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #0A9796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9796 is #F56869. Grayscale: #6C6C6C. Windows color (decimal): -16083050 or 9869066. OLE color: 9869066.
HSL color Cylindrical-coordinate representation of color #0A9796: hue angle of 179.57º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9796 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 151 | 150 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.41 |
| HSL | 179.57º | 0.88% | 0.32% | - |
| HSV(B) | 179.57º | 0.93% | 0.59% | - |
| XYZ | 16.7 | 24.4 | 32.68 | - |
| YUV | 108.73 | 151.29 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 151 | 150 | 0.93 | 0 | 0.01 | 0.41 | 179.57 | 0.88 | 0.32 |
| Hex | A | 97 | 96 | 5D | 0 | 1 | 29 | B4 | 58 | 20 |
| Octal | 12 | 227 | 226 | 135 | 0 | 1 | 51 | 264 | 130 | 40 |
| Binary | 1010 | 10010111 | 10010110 | 1011101 | 0 | 1 | 101001 | 10110100 | 1011000 | 100000 |
Color Harmonies of #0A9796
Complementary color
Monochromatic Colors of #0A9796
Black with #0A9796
Text Example
Text Example
White with #0A9796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9796; }
p { color: rgb(10,151,150); }
H1.HeaderClassName
{
color: #0A9796;
}
.AnyTagClassName
{
color: #0A9796;
}
</style>
background-color css
<style>
a { background-color: #0A9796; }
a { background-color: rgb(10,151,150); }
div.DivClassName
{
background-color: #0A9796;
}
.BgClassName
{
background-color: #0A9796;
}
</style>
border-color css
<style>
span { border-color: #0A9796; }
span { border-color: rgb(10,151,150); }
td.TdClassName
{
border-color: #0A9796;
}
.TagClassName
{
border-color: #0A9796;
}
</style>