Shades of Dark Cyan #0A9483
Tints of Dark Cyan #0A9483
RGB
CMYK
RGB Variations
Color information
#0A9483 (or 0x0A9483) is known color: Dark Cyan. HEX triplet: 0A, 94 and 83. RGB value is (10,148,131). Sum of RGB (Red+Green+Blue) = 10+148+131=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9483 is #F56B7C. Grayscale: #686868. Windows color (decimal): -16083837 or 8623114. OLE color: 8623114.
HSL color Cylindrical-coordinate representation of color #0A9483: hue angle of 172.61º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9483 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 148 | 131 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.42 |
| HSL | 172.61º | 0.87% | 0.31% | - |
| HSV(B) | 172.61º | 0.93% | 0.58% | - |
| XYZ | 14.81 | 22.88 | 25.11 | - |
| YUV | 104.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 148 | 131 | 0.93 | 0 | 0.11 | 0.42 | 172.61 | 0.87 | 0.31 |
| Hex | A | 94 | 83 | 5D | 0 | B | 2A | AD | 57 | 1F |
| Octal | 12 | 224 | 203 | 135 | 0 | 13 | 52 | 255 | 127 | 37 |
| Binary | 1010 | 10010100 | 10000011 | 1011101 | 0 | 1011 | 101010 | 10101101 | 1010111 | 11111 |
Color Harmonies of #0A9483
Complementary color
Monochromatic Colors of #0A9483
Black with #0A9483
Text Example
Text Example
White with #0A9483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9483; }
p { color: rgb(10,148,131); }
H1.HeaderClassName
{
color: #0A9483;
}
.AnyTagClassName
{
color: #0A9483;
}
</style>
background-color css
<style>
a { background-color: #0A9483; }
a { background-color: rgb(10,148,131); }
div.DivClassName
{
background-color: #0A9483;
}
.BgClassName
{
background-color: #0A9483;
}
</style>
border-color css
<style>
span { border-color: #0A9483; }
span { border-color: rgb(10,148,131); }
td.TdClassName
{
border-color: #0A9483;
}
.TagClassName
{
border-color: #0A9483;
}
</style>