Html Css Color HEX #12A17B Free Speech Aquamarine
📋 copy color: '#12A17B'red 18 ◦ green 161 ◦ blue 123
Shades of Free Speech Aquamarine #12A17B
Tints of Free Speech Aquamarine #12A17B
RGB
CMYK
RGB Variations
Color information
#12A17B (or 0x12A17B) is known color: Free Speech Aquamarine. HEX triplet: 12, A1 and 7B. RGB value is (18,161,123). Sum of RGB (Red+Green+Blue) = 18+161+123=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #12A17B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A17B is #ED5E84. Grayscale: #717171. Windows color (decimal): -15556229 or 8102162. OLE color: 8102162.
HSL color Cylindrical-coordinate representation of color #12A17B: hue angle of 164.06º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A17B is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 161 | 123 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.37 |
| HSL | 164.06º | 0.8% | 0.35% | - |
| HSV(B) | 164.06º | 0.89% | 0.63% | - |
| XYZ | 16.57 | 27.05 | 23.09 | - |
| YUV | 113.91 | 133.12 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 161 | 123 | 0.89 | 0 | 0.24 | 0.37 | 164.06 | 0.8 | 0.35 |
| Hex | 12 | A1 | 7B | 59 | 0 | 18 | 25 | A4 | 50 | 23 |
| Octal | 22 | 241 | 173 | 131 | 0 | 30 | 45 | 244 | 120 | 43 |
| Binary | 10010 | 10100001 | 1111011 | 1011001 | 0 | 11000 | 100101 | 10100100 | 1010000 | 100011 |
Color Harmonies of #12A17B
Complementary color
Monochromatic Colors of #12A17B
Black with #12A17B
Text Example
Text Example
White with #12A17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A17B; }
p { color: rgb(18,161,123); }
H1.HeaderClassName
{
color: #12A17B;
}
.AnyTagClassName
{
color: #12A17B;
}
</style>
background-color css
<style>
a { background-color: #12A17B; }
a { background-color: rgb(18,161,123); }
div.DivClassName
{
background-color: #12A17B;
}
.BgClassName
{
background-color: #12A17B;
}
</style>
border-color css
<style>
span { border-color: #12A17B; }
span { border-color: rgb(18,161,123); }
td.TdClassName
{
border-color: #12A17B;
}
.TagClassName
{
border-color: #12A17B;
}
</style>