Html Css Color HEX #15A072 Free Speech Aquamarine
📋 copy color: '#15A072'red 21 ◦ green 160 ◦ blue 114
Shades of Free Speech Aquamarine #15A072
Tints of Free Speech Aquamarine #15A072
RGB
CMYK
RGB Variations
Color information
#15A072 (or 0x15A072) is known color: Free Speech Aquamarine. HEX triplet: 15, A0 and 72. RGB value is (21,160,114). Sum of RGB (Red+Green+Blue) = 21+160+114=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #15A072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A072 is #EA5F8D. Grayscale: #717171. Windows color (decimal): -15359886 or 7512085. OLE color: 7512085.
HSL color Cylindrical-coordinate representation of color #15A072: hue angle of 160.14º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A072 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 114 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.37 |
| HSL | 160.14º | 0.77% | 0.35% | - |
| HSV(B) | 160.14º | 0.87% | 0.63% | - |
| XYZ | 15.92 | 26.52 | 20.2 | - |
| YUV | 113.2 | 128.45 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 114 | 0.87 | 0 | 0.29 | 0.37 | 160.14 | 0.77 | 0.35 |
| Hex | 15 | A0 | 72 | 57 | 0 | 1D | 25 | A0 | 4D | 23 |
| Octal | 25 | 240 | 162 | 127 | 0 | 35 | 45 | 240 | 115 | 43 |
| Binary | 10101 | 10100000 | 1110010 | 1010111 | 0 | 11101 | 100101 | 10100000 | 1001101 | 100011 |
Color Harmonies of #15A072
Complementary color
Monochromatic Colors of #15A072
Black with #15A072
Text Example
Text Example
White with #15A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A072; }
p { color: rgb(21,160,114); }
H1.HeaderClassName
{
color: #15A072;
}
.AnyTagClassName
{
color: #15A072;
}
</style>
background-color css
<style>
a { background-color: #15A072; }
a { background-color: rgb(21,160,114); }
div.DivClassName
{
background-color: #15A072;
}
.BgClassName
{
background-color: #15A072;
}
</style>
border-color css
<style>
span { border-color: #15A072; }
span { border-color: rgb(21,160,114); }
td.TdClassName
{
border-color: #15A072;
}
.TagClassName
{
border-color: #15A072;
}
</style>