Html Css Color HEX #12A472 Free Speech Aquamarine
📋 copy color: '#12A472'red 18 ◦ green 164 ◦ blue 114
Shades of Free Speech Aquamarine #12A472
Tints of Free Speech Aquamarine #12A472
RGB
CMYK
RGB Variations
Color information
#12A472 (or 0x12A472) is known color: Free Speech Aquamarine. HEX triplet: 12, A4 and 72. RGB value is (18,164,114). Sum of RGB (Red+Green+Blue) = 18+164+114=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #12A472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A472 is #ED5B8D. Grayscale: #727272. Windows color (decimal): -15555470 or 7513106. OLE color: 7513106.
HSL color Cylindrical-coordinate representation of color #12A472: hue angle of 159.45º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A472 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 164 | 114 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.36 |
| HSL | 159.45º | 0.8% | 0.36% | - |
| HSV(B) | 159.45º | 0.89% | 0.64% | - |
| XYZ | 16.56 | 27.89 | 20.43 | - |
| YUV | 114.65 | 127.63 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 164 | 114 | 0.89 | 0 | 0.30 | 0.36 | 159.45 | 0.8 | 0.36 |
| Hex | 12 | A4 | 72 | 59 | 0 | 1E | 24 | 9F | 50 | 24 |
| Octal | 22 | 244 | 162 | 131 | 0 | 36 | 44 | 237 | 120 | 44 |
| Binary | 10010 | 10100100 | 1110010 | 1011001 | 0 | 11110 | 100100 | 10011111 | 1010000 | 100100 |
Color Harmonies of #12A472
Complementary color
Monochromatic Colors of #12A472
Black with #12A472
Text Example
Text Example
White with #12A472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A472; }
p { color: rgb(18,164,114); }
H1.HeaderClassName
{
color: #12A472;
}
.AnyTagClassName
{
color: #12A472;
}
</style>
background-color css
<style>
a { background-color: #12A472; }
a { background-color: rgb(18,164,114); }
div.DivClassName
{
background-color: #12A472;
}
.BgClassName
{
background-color: #12A472;
}
</style>
border-color css
<style>
span { border-color: #12A472; }
span { border-color: rgb(18,164,114); }
td.TdClassName
{
border-color: #12A472;
}
.TagClassName
{
border-color: #12A472;
}
</style>