Html Css Color HEX #12A777 Free Speech Aquamarine
📋 copy color: '#12A777'red 18 ◦ green 167 ◦ blue 119
Shades of Free Speech Aquamarine #12A777
Tints of Free Speech Aquamarine #12A777
RGB
CMYK
RGB Variations
Color information
#12A777 (or 0x12A777) is known color: Free Speech Aquamarine. HEX triplet: 12, A7 and 77. RGB value is (18,167,119). Sum of RGB (Red+Green+Blue) = 18+167+119=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 167 (65.62% from 255 or 54.93% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 167 - color contains mainly: green. Hex color #12A777 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A777 is #ED5888. Grayscale: #757575. Windows color (decimal): -15554697 or 7841554. OLE color: 7841554.
HSL color Cylindrical-coordinate representation of color #12A777: hue angle of 160.67º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A777 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 167 | 119 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.35 |
| HSL | 160.67º | 0.81% | 0.36% | - |
| HSV(B) | 160.67º | 0.89% | 0.65% | - |
| XYZ | 17.4 | 29.1 | 22.15 | - |
| YUV | 116.98 | 129.14 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 167 | 119 | 0.89 | 0 | 0.29 | 0.35 | 160.67 | 0.81 | 0.36 |
| Hex | 12 | A7 | 77 | 59 | 0 | 1D | 23 | A1 | 51 | 24 |
| Octal | 22 | 247 | 167 | 131 | 0 | 35 | 43 | 241 | 121 | 44 |
| Binary | 10010 | 10100111 | 1110111 | 1011001 | 0 | 11101 | 100011 | 10100001 | 1010001 | 100100 |
Color Harmonies of #12A777
Complementary color
Monochromatic Colors of #12A777
Black with #12A777
Text Example
Text Example
White with #12A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A777; }
p { color: rgb(18,167,119); }
H1.HeaderClassName
{
color: #12A777;
}
.AnyTagClassName
{
color: #12A777;
}
</style>
background-color css
<style>
a { background-color: #12A777; }
a { background-color: rgb(18,167,119); }
div.DivClassName
{
background-color: #12A777;
}
.BgClassName
{
background-color: #12A777;
}
</style>
border-color css
<style>
span { border-color: #12A777; }
span { border-color: rgb(18,167,119); }
td.TdClassName
{
border-color: #12A777;
}
.TagClassName
{
border-color: #12A777;
}
</style>