Shades of Dark Cyan #0A8A95
Tints of Dark Cyan #0A8A95
RGB
CMYK
RGB Variations
Color information
#0A8A95 (or 0x0A8A95) is known color: Dark Cyan. HEX triplet: 0A, 8A and 95. RGB value is (10,138,149). Sum of RGB (Red+Green+Blue) = 10+138+149=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A8A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8A95 is #F5756A. Grayscale: #646464. Windows color (decimal): -16086379 or 9800202. OLE color: 9800202.
HSL color Cylindrical-coordinate representation of color #0A8A95: hue angle of 184.75º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8A95 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 138 | 149 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.42 |
| HSL | 184.75º | 0.87% | 0.31% | - |
| HSV(B) | 184.75º | 0.93% | 0.58% | - |
| XYZ | 14.64 | 20.41 | 31.6 | - |
| YUV | 100.98 | 155.09 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 149 | 0.93 | 0.07 | 0 | 0.42 | 184.75 | 0.87 | 0.31 |
| Hex | A | 8A | 95 | 5D | 7 | 0 | 2A | B9 | 57 | 1F |
| Octal | 12 | 212 | 225 | 135 | 7 | 0 | 52 | 271 | 127 | 37 |
| Binary | 1010 | 10001010 | 10010101 | 1011101 | 111 | 0 | 101010 | 10111001 | 1010111 | 11111 |
Color Harmonies of #0A8A95
Complementary color
Monochromatic Colors of #0A8A95
Black with #0A8A95
Text Example
Text Example
White with #0A8A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A95; }
p { color: rgb(10,138,149); }
H1.HeaderClassName
{
color: #0A8A95;
}
.AnyTagClassName
{
color: #0A8A95;
}
</style>
background-color css
<style>
a { background-color: #0A8A95; }
a { background-color: rgb(10,138,149); }
div.DivClassName
{
background-color: #0A8A95;
}
.BgClassName
{
background-color: #0A8A95;
}
</style>
border-color css
<style>
span { border-color: #0A8A95; }
span { border-color: rgb(10,138,149); }
td.TdClassName
{
border-color: #0A8A95;
}
.TagClassName
{
border-color: #0A8A95;
}
</style>