Shades of Dark Cyan #0A8F95
Tints of Dark Cyan #0A8F95
RGB
CMYK
RGB Variations
Color information
#0A8F95 (or 0x0A8F95) is known color: Dark Cyan. HEX triplet: 0A, 8F and 95. RGB value is (10,143,149). Sum of RGB (Red+Green+Blue) = 10+143+149=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A8F95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8F95 is #F5706A. Grayscale: #676767. Windows color (decimal): -16085099 or 9801482. OLE color: 9801482.
HSL color Cylindrical-coordinate representation of color #0A8F95: hue angle of 182.59º 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 #0A8F95 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 143 | 149 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.42 |
| HSL | 182.59º | 0.87% | 0.31% | - |
| HSV(B) | 182.59º | 0.93% | 0.58% | - |
| XYZ | 15.37 | 21.88 | 31.85 | - |
| YUV | 103.92 | 153.44 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 143 | 149 | 0.93 | 0.04 | 0 | 0.42 | 182.59 | 0.87 | 0.31 |
| Hex | A | 8F | 95 | 5D | 4 | 0 | 2A | B7 | 57 | 1F |
| Octal | 12 | 217 | 225 | 135 | 4 | 0 | 52 | 267 | 127 | 37 |
| Binary | 1010 | 10001111 | 10010101 | 1011101 | 100 | 0 | 101010 | 10110111 | 1010111 | 11111 |
Color Harmonies of #0A8F95
Complementary color
Monochromatic Colors of #0A8F95
Black with #0A8F95
Text Example
Text Example
White with #0A8F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8F95; }
p { color: rgb(10,143,149); }
H1.HeaderClassName
{
color: #0A8F95;
}
.AnyTagClassName
{
color: #0A8F95;
}
</style>
background-color css
<style>
a { background-color: #0A8F95; }
a { background-color: rgb(10,143,149); }
div.DivClassName
{
background-color: #0A8F95;
}
.BgClassName
{
background-color: #0A8F95;
}
</style>
border-color css
<style>
span { border-color: #0A8F95; }
span { border-color: rgb(10,143,149); }
td.TdClassName
{
border-color: #0A8F95;
}
.TagClassName
{
border-color: #0A8F95;
}
</style>