Shades of Dark Cyan #0A9398
Tints of Dark Cyan #0A9398
RGB
CMYK
RGB Variations
Color information
#0A9398 (or 0x0A9398) is known color: Dark Cyan. HEX triplet: 0A, 93 and 98. RGB value is (10,147,152). Sum of RGB (Red+Green+Blue) = 10+147+152=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A9398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9398 is #F56C67. Grayscale: #6A6A6A. Windows color (decimal): -16084072 or 9999114. OLE color: 9999114.
HSL color Cylindrical-coordinate representation of color #0A9398: hue angle of 182.11º 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 #0A9398 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 147 | 152 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.40 |
| HSL | 182.11º | 0.88% | 0.32% | - |
| HSV(B) | 182.11º | 0.93% | 0.6% | - |
| XYZ | 16.23 | 23.2 | 33.33 | - |
| YUV | 106.61 | 153.61 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 147 | 152 | 0.93 | 0.03 | 0 | 0.40 | 182.11 | 0.88 | 0.32 |
| Hex | A | 93 | 98 | 5D | 3 | 0 | 28 | B6 | 58 | 20 |
| Octal | 12 | 223 | 230 | 135 | 3 | 0 | 50 | 266 | 130 | 40 |
| Binary | 1010 | 10010011 | 10011000 | 1011101 | 11 | 0 | 101000 | 10110110 | 1011000 | 100000 |
Color Harmonies of #0A9398
Complementary color
Monochromatic Colors of #0A9398
Black with #0A9398
Text Example
Text Example
White with #0A9398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9398; }
p { color: rgb(10,147,152); }
H1.HeaderClassName
{
color: #0A9398;
}
.AnyTagClassName
{
color: #0A9398;
}
</style>
background-color css
<style>
a { background-color: #0A9398; }
a { background-color: rgb(10,147,152); }
div.DivClassName
{
background-color: #0A9398;
}
.BgClassName
{
background-color: #0A9398;
}
</style>
border-color css
<style>
span { border-color: #0A9398; }
span { border-color: rgb(10,147,152); }
td.TdClassName
{
border-color: #0A9398;
}
.TagClassName
{
border-color: #0A9398;
}
</style>