Shades of Dark Cyan #0A9798
Tints of Dark Cyan #0A9798
RGB
CMYK
RGB Variations
Color information
#0A9798 (or 0x0A9798) is known color: Dark Cyan. HEX triplet: 0A, 97 and 98. RGB value is (10,151,152). Sum of RGB (Red+Green+Blue) = 10+151+152=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A9798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9798 is #F56867. Grayscale: #6C6C6C. Windows color (decimal): -16083048 or 10000138. OLE color: 10000138.
HSL color Cylindrical-coordinate representation of color #0A9798: hue angle of 180.42º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9798 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 151 | 152 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.40 |
| HSL | 180.42º | 0.88% | 0.32% | - |
| HSV(B) | 180.42º | 0.93% | 0.6% | - |
| XYZ | 16.86 | 24.46 | 33.54 | - |
| YUV | 108.96 | 152.29 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 151 | 152 | 0.93 | 0.01 | 0 | 0.40 | 180.42 | 0.88 | 0.32 |
| Hex | A | 97 | 98 | 5D | 1 | 0 | 28 | B4 | 58 | 20 |
| Octal | 12 | 227 | 230 | 135 | 1 | 0 | 50 | 264 | 130 | 40 |
| Binary | 1010 | 10010111 | 10011000 | 1011101 | 1 | 0 | 101000 | 10110100 | 1011000 | 100000 |
Color Harmonies of #0A9798
Complementary color
Monochromatic Colors of #0A9798
Black with #0A9798
Text Example
Text Example
White with #0A9798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9798; }
p { color: rgb(10,151,152); }
H1.HeaderClassName
{
color: #0A9798;
}
.AnyTagClassName
{
color: #0A9798;
}
</style>
background-color css
<style>
a { background-color: #0A9798; }
a { background-color: rgb(10,151,152); }
div.DivClassName
{
background-color: #0A9798;
}
.BgClassName
{
background-color: #0A9798;
}
</style>
border-color css
<style>
span { border-color: #0A9798; }
span { border-color: rgb(10,151,152); }
td.TdClassName
{
border-color: #0A9798;
}
.TagClassName
{
border-color: #0A9798;
}
</style>