Shades of Dark Cyan #0A858B
Tints of Dark Cyan #0A858B
RGB
CMYK
RGB Variations
Color information
#0A858B (or 0x0A858B) is known color: Dark Cyan. HEX triplet: 0A, 85 and 8B. RGB value is (10,133,139). Sum of RGB (Red+Green+Blue) = 10+133+139=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A858B is #F57A74. Grayscale: #606060. Windows color (decimal): -16087669 or 9143562. OLE color: 9143562.
HSL color Cylindrical-coordinate representation of color #0A858B: hue angle of 182.79º 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 #0A858B is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 133 | 139 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.45 |
| HSL | 182.79º | 0.87% | 0.29% | - |
| HSV(B) | 182.79º | 0.93% | 0.55% | - |
| XYZ | 13.17 | 18.7 | 27.34 | - |
| YUV | 96.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 139 | 0.93 | 0.04 | 0 | 0.45 | 182.79 | 0.87 | 0.29 |
| Hex | A | 85 | 8B | 5D | 4 | 0 | 2D | B7 | 57 | 1D |
| Octal | 12 | 205 | 213 | 135 | 4 | 0 | 55 | 267 | 127 | 35 |
| Binary | 1010 | 10000101 | 10001011 | 1011101 | 100 | 0 | 101101 | 10110111 | 1010111 | 11101 |
Color Harmonies of #0A858B
Complementary color
Monochromatic Colors of #0A858B
Black with #0A858B
Text Example
Text Example
White with #0A858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A858B; }
p { color: rgb(10,133,139); }
H1.HeaderClassName
{
color: #0A858B;
}
.AnyTagClassName
{
color: #0A858B;
}
</style>
background-color css
<style>
a { background-color: #0A858B; }
a { background-color: rgb(10,133,139); }
div.DivClassName
{
background-color: #0A858B;
}
.BgClassName
{
background-color: #0A858B;
}
</style>
border-color css
<style>
span { border-color: #0A858B; }
span { border-color: rgb(10,133,139); }
td.TdClassName
{
border-color: #0A858B;
}
.TagClassName
{
border-color: #0A858B;
}
</style>