Shades of Dark Cyan #0A868B
Tints of Dark Cyan #0A868B
RGB
CMYK
RGB Variations
Color information
#0A868B (or 0x0A868B) is known color: Dark Cyan. HEX triplet: 0A, 86 and 8B. RGB value is (10,134,139). Sum of RGB (Red+Green+Blue) = 10+134+139=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A868B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A868B is #F57974. Grayscale: #616161. Windows color (decimal): -16087413 or 9143818. OLE color: 9143818.
HSL color Cylindrical-coordinate representation of color #0A868B: hue angle of 182.33º 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 #0A868B is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 134 | 139 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.45 |
| HSL | 182.33º | 0.87% | 0.29% | - |
| HSV(B) | 182.33º | 0.93% | 0.55% | - |
| XYZ | 13.31 | 18.98 | 27.39 | - |
| YUV | 97.49 | 151.42 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 139 | 0.93 | 0.04 | 0 | 0.45 | 182.33 | 0.87 | 0.29 |
| Hex | A | 86 | 8B | 5D | 4 | 0 | 2D | B6 | 57 | 1D |
| Octal | 12 | 206 | 213 | 135 | 4 | 0 | 55 | 266 | 127 | 35 |
| Binary | 1010 | 10000110 | 10001011 | 1011101 | 100 | 0 | 101101 | 10110110 | 1010111 | 11101 |
Color Harmonies of #0A868B
Complementary color
Monochromatic Colors of #0A868B
Black with #0A868B
Text Example
Text Example
White with #0A868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A868B; }
p { color: rgb(10,134,139); }
H1.HeaderClassName
{
color: #0A868B;
}
.AnyTagClassName
{
color: #0A868B;
}
</style>
background-color css
<style>
a { background-color: #0A868B; }
a { background-color: rgb(10,134,139); }
div.DivClassName
{
background-color: #0A868B;
}
.BgClassName
{
background-color: #0A868B;
}
</style>
border-color css
<style>
span { border-color: #0A868B; }
span { border-color: rgb(10,134,139); }
td.TdClassName
{
border-color: #0A868B;
}
.TagClassName
{
border-color: #0A868B;
}
</style>