Html Css Color HEX #0A997A Free Speech Aquamarine
📋 copy color: '#0A997A'red 10 ◦ green 153 ◦ blue 122
Shades of Free Speech Aquamarine #0A997A
Tints of Free Speech Aquamarine #0A997A
RGB
CMYK
RGB Variations
Color information
#0A997A (or 0x0A997A) is known color: Free Speech Aquamarine. HEX triplet: 0A, 99 and 7A. RGB value is (10,153,122). Sum of RGB (Red+Green+Blue) = 10+153+122=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #0A997A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A997A is #F56685. Grayscale: #6A6A6A. Windows color (decimal): -16082566 or 8034570. OLE color: 8034570.
HSL color Cylindrical-coordinate representation of color #0A997A: hue angle of 166.99º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A997A is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 153 | 122 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.4 |
| HSL | 166.99º | 0.88% | 0.32% | - |
| HSV(B) | 166.99º | 0.93% | 0.6% | - |
| XYZ | 15.03 | 24.25 | 22.3 | - |
| YUV | 106.71 | 136.62 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 153 | 122 | 0.93 | 0 | 0.20 | 0.4 | 166.99 | 0.88 | 0.32 |
| Hex | A | 99 | 7A | 5D | 0 | 14 | 28 | A7 | 58 | 20 |
| Octal | 12 | 231 | 172 | 135 | 0 | 24 | 50 | 247 | 130 | 40 |
| Binary | 1010 | 10011001 | 1111010 | 1011101 | 0 | 10100 | 101000 | 10100111 | 1011000 | 100000 |
Color Harmonies of #0A997A
Complementary color
Monochromatic Colors of #0A997A
Black with #0A997A
Text Example
Text Example
White with #0A997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A997A; }
p { color: rgb(10,153,122); }
H1.HeaderClassName
{
color: #0A997A;
}
.AnyTagClassName
{
color: #0A997A;
}
</style>
background-color css
<style>
a { background-color: #0A997A; }
a { background-color: rgb(10,153,122); }
div.DivClassName
{
background-color: #0A997A;
}
.BgClassName
{
background-color: #0A997A;
}
</style>
border-color css
<style>
span { border-color: #0A997A; }
span { border-color: rgb(10,153,122); }
td.TdClassName
{
border-color: #0A997A;
}
.TagClassName
{
border-color: #0A997A;
}
</style>