Shades of Dark Cyan #0A878B
Tints of Dark Cyan #0A878B
RGB
CMYK
RGB Variations
Color information
#0A878B (or 0x0A878B) is known color: Dark Cyan. HEX triplet: 0A, 87 and 8B. RGB value is (10,135,139). Sum of RGB (Red+Green+Blue) = 10+135+139=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A878B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A878B is #F57874. Grayscale: #616161. Windows color (decimal): -16087157 or 9144074. OLE color: 9144074.
HSL color Cylindrical-coordinate representation of color #0A878B: hue angle of 181.86º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A878B is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 135 | 139 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.45 |
| HSL | 181.86º | 0.87% | 0.29% | - |
| HSV(B) | 181.86º | 0.93% | 0.55% | - |
| XYZ | 13.45 | 19.26 | 27.43 | - |
| YUV | 98.08 | 151.09 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 139 | 0.93 | 0.03 | 0 | 0.45 | 181.86 | 0.87 | 0.29 |
| Hex | A | 87 | 8B | 5D | 3 | 0 | 2D | B6 | 57 | 1D |
| Octal | 12 | 207 | 213 | 135 | 3 | 0 | 55 | 266 | 127 | 35 |
| Binary | 1010 | 10000111 | 10001011 | 1011101 | 11 | 0 | 101101 | 10110110 | 1010111 | 11101 |
Color Harmonies of #0A878B
Complementary color
Monochromatic Colors of #0A878B
Black with #0A878B
Text Example
Text Example
White with #0A878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A878B; }
p { color: rgb(10,135,139); }
H1.HeaderClassName
{
color: #0A878B;
}
.AnyTagClassName
{
color: #0A878B;
}
</style>
background-color css
<style>
a { background-color: #0A878B; }
a { background-color: rgb(10,135,139); }
div.DivClassName
{
background-color: #0A878B;
}
.BgClassName
{
background-color: #0A878B;
}
</style>
border-color css
<style>
span { border-color: #0A878B; }
span { border-color: rgb(10,135,139); }
td.TdClassName
{
border-color: #0A878B;
}
.TagClassName
{
border-color: #0A878B;
}
</style>