Shades of Dark Cyan #0A878A
Tints of Dark Cyan #0A878A
RGB
CMYK
RGB Variations
Color information
#0A878A (or 0x0A878A) is known color: Dark Cyan. HEX triplet: 0A, 87 and 8A. RGB value is (10,135,138). Sum of RGB (Red+Green+Blue) = 10+135+138=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A878A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A878A is #F57875. Grayscale: #616161. Windows color (decimal): -16087158 or 9078538. OLE color: 9078538.
HSL color Cylindrical-coordinate representation of color #0A878A: hue angle of 181.41º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A878A is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 135 | 138 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.46 |
| HSL | 181.41º | 0.86% | 0.29% | - |
| HSV(B) | 181.41º | 0.93% | 0.54% | - |
| XYZ | 13.38 | 19.23 | 27.05 | - |
| YUV | 97.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 138 | 0.93 | 0.02 | 0 | 0.46 | 181.41 | 0.86 | 0.29 |
| Hex | A | 87 | 8A | 5D | 2 | 0 | 2E | B5 | 56 | 1D |
| Octal | 12 | 207 | 212 | 135 | 2 | 0 | 56 | 265 | 126 | 35 |
| Binary | 1010 | 10000111 | 10001010 | 1011101 | 10 | 0 | 101110 | 10110101 | 1010110 | 11101 |
Color Harmonies of #0A878A
Complementary color
Monochromatic Colors of #0A878A
Black with #0A878A
Text Example
Text Example
White with #0A878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A878A; }
p { color: rgb(10,135,138); }
H1.HeaderClassName
{
color: #0A878A;
}
.AnyTagClassName
{
color: #0A878A;
}
</style>
background-color css
<style>
a { background-color: #0A878A; }
a { background-color: rgb(10,135,138); }
div.DivClassName
{
background-color: #0A878A;
}
.BgClassName
{
background-color: #0A878A;
}
</style>
border-color css
<style>
span { border-color: #0A878A; }
span { border-color: rgb(10,135,138); }
td.TdClassName
{
border-color: #0A878A;
}
.TagClassName
{
border-color: #0A878A;
}
</style>