Shades of Dark Cyan #0A848A
Tints of Dark Cyan #0A848A
RGB
CMYK
RGB Variations
Color information
#0A848A (or 0x0A848A) is known color: Dark Cyan. HEX triplet: 0A, 84 and 8A. RGB value is (10,132,138). Sum of RGB (Red+Green+Blue) = 10+132+138=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A848A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A848A is #F57B75. Grayscale: #606060. Windows color (decimal): -16087926 or 9077770. OLE color: 9077770.
HSL color Cylindrical-coordinate representation of color #0A848A: hue angle of 182.81º 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 #0A848A is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 132 | 138 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.46 |
| HSL | 182.81º | 0.86% | 0.29% | - |
| HSV(B) | 182.81º | 0.93% | 0.54% | - |
| XYZ | 12.96 | 18.4 | 26.91 | - |
| YUV | 96.21 | 151.58 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 138 | 0.93 | 0.04 | 0 | 0.46 | 182.81 | 0.86 | 0.29 |
| Hex | A | 84 | 8A | 5D | 4 | 0 | 2E | B7 | 56 | 1D |
| Octal | 12 | 204 | 212 | 135 | 4 | 0 | 56 | 267 | 126 | 35 |
| Binary | 1010 | 10000100 | 10001010 | 1011101 | 100 | 0 | 101110 | 10110111 | 1010110 | 11101 |
Color Harmonies of #0A848A
Complementary color
Monochromatic Colors of #0A848A
Black with #0A848A
Text Example
Text Example
White with #0A848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A848A; }
p { color: rgb(10,132,138); }
H1.HeaderClassName
{
color: #0A848A;
}
.AnyTagClassName
{
color: #0A848A;
}
</style>
background-color css
<style>
a { background-color: #0A848A; }
a { background-color: rgb(10,132,138); }
div.DivClassName
{
background-color: #0A848A;
}
.BgClassName
{
background-color: #0A848A;
}
</style>
border-color css
<style>
span { border-color: #0A848A; }
span { border-color: rgb(10,132,138); }
td.TdClassName
{
border-color: #0A848A;
}
.TagClassName
{
border-color: #0A848A;
}
</style>