Shades of Dark Cyan #0A858D
Tints of Dark Cyan #0A858D
RGB
CMYK
RGB Variations
Color information
#0A858D (or 0x0A858D) is known color: Dark Cyan. HEX triplet: 0A, 85 and 8D. RGB value is (10,133,141). Sum of RGB (Red+Green+Blue) = 10+133+141=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A858D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A858D is #F57A72. Grayscale: #606060. Windows color (decimal): -16087667 or 9274634. OLE color: 9274634.
HSL color Cylindrical-coordinate representation of color #0A858D: hue angle of 183.66º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A858D is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 133 | 141 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.45 |
| HSL | 183.66º | 0.87% | 0.3% | - |
| HSV(B) | 183.66º | 0.93% | 0.55% | - |
| XYZ | 13.32 | 18.76 | 28.12 | - |
| YUV | 97.14 | 152.75 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 141 | 0.93 | 0.06 | 0 | 0.45 | 183.66 | 0.87 | 0.3 |
| Hex | A | 85 | 8D | 5D | 6 | 0 | 2D | B8 | 57 | 1E |
| Octal | 12 | 205 | 215 | 135 | 6 | 0 | 55 | 270 | 127 | 36 |
| Binary | 1010 | 10000101 | 10001101 | 1011101 | 110 | 0 | 101101 | 10111000 | 1010111 | 11110 |
Color Harmonies of #0A858D
Complementary color
Monochromatic Colors of #0A858D
Black with #0A858D
Text Example
Text Example
White with #0A858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A858D; }
p { color: rgb(10,133,141); }
H1.HeaderClassName
{
color: #0A858D;
}
.AnyTagClassName
{
color: #0A858D;
}
</style>
background-color css
<style>
a { background-color: #0A858D; }
a { background-color: rgb(10,133,141); }
div.DivClassName
{
background-color: #0A858D;
}
.BgClassName
{
background-color: #0A858D;
}
</style>
border-color css
<style>
span { border-color: #0A858D; }
span { border-color: rgb(10,133,141); }
td.TdClassName
{
border-color: #0A858D;
}
.TagClassName
{
border-color: #0A858D;
}
</style>