Shades of Dark Cyan #0A858C
Tints of Dark Cyan #0A858C
RGB
CMYK
RGB Variations
Color information
#0A858C (or 0x0A858C) is known color: Dark Cyan. HEX triplet: 0A, 85 and 8C. RGB value is (10,133,140). Sum of RGB (Red+Green+Blue) = 10+133+140=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A858C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A858C is #F57A73. Grayscale: #606060. Windows color (decimal): -16087668 or 9209098. OLE color: 9209098.
HSL color Cylindrical-coordinate representation of color #0A858C: hue angle of 183.23º 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 #0A858C is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 133 | 140 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.45 |
| HSL | 183.23º | 0.87% | 0.29% | - |
| HSV(B) | 183.23º | 0.93% | 0.55% | - |
| XYZ | 13.25 | 18.73 | 27.73 | - |
| YUV | 97.02 | 152.25 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 140 | 0.93 | 0.05 | 0 | 0.45 | 183.23 | 0.87 | 0.29 |
| Hex | A | 85 | 8C | 5D | 5 | 0 | 2D | B7 | 57 | 1D |
| Octal | 12 | 205 | 214 | 135 | 5 | 0 | 55 | 267 | 127 | 35 |
| Binary | 1010 | 10000101 | 10001100 | 1011101 | 101 | 0 | 101101 | 10110111 | 1010111 | 11101 |
Color Harmonies of #0A858C
Complementary color
Monochromatic Colors of #0A858C
Black with #0A858C
Text Example
Text Example
White with #0A858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A858C; }
p { color: rgb(10,133,140); }
H1.HeaderClassName
{
color: #0A858C;
}
.AnyTagClassName
{
color: #0A858C;
}
</style>
background-color css
<style>
a { background-color: #0A858C; }
a { background-color: rgb(10,133,140); }
div.DivClassName
{
background-color: #0A858C;
}
.BgClassName
{
background-color: #0A858C;
}
</style>
border-color css
<style>
span { border-color: #0A858C; }
span { border-color: rgb(10,133,140); }
td.TdClassName
{
border-color: #0A858C;
}
.TagClassName
{
border-color: #0A858C;
}
</style>