Html Css Color HEX #18A072 Free Speech Aquamarine
📋 copy color: '#18A072'red 24 ◦ green 160 ◦ blue 114
Shades of Free Speech Aquamarine #18A072
Tints of Free Speech Aquamarine #18A072
RGB
CMYK
RGB Variations
Color information
#18A072 (or 0x18A072) is known color: Free Speech Aquamarine. HEX triplet: 18, A0 and 72. RGB value is (24,160,114). Sum of RGB (Red+Green+Blue) = 24+160+114=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #18A072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A072 is #E75F8D. Grayscale: #727272. Windows color (decimal): -15163278 or 7512088. OLE color: 7512088.
HSL color Cylindrical-coordinate representation of color #18A072: hue angle of 159.71º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A072 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 114 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.37 |
| HSL | 159.71º | 0.74% | 0.36% | - |
| HSV(B) | 159.71º | 0.85% | 0.63% | - |
| XYZ | 15.98 | 26.55 | 20.2 | - |
| YUV | 114.09 | 127.94 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 114 | 0.85 | 0 | 0.29 | 0.37 | 159.71 | 0.74 | 0.36 |
| Hex | 18 | A0 | 72 | 55 | 0 | 1D | 25 | A0 | 4A | 24 |
| Octal | 30 | 240 | 162 | 125 | 0 | 35 | 45 | 240 | 112 | 44 |
| Binary | 11000 | 10100000 | 1110010 | 1010101 | 0 | 11101 | 100101 | 10100000 | 1001010 | 100100 |
Color Harmonies of #18A072
Complementary color
Monochromatic Colors of #18A072
Black with #18A072
Text Example
Text Example
White with #18A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A072; }
p { color: rgb(24,160,114); }
H1.HeaderClassName
{
color: #18A072;
}
.AnyTagClassName
{
color: #18A072;
}
</style>
background-color css
<style>
a { background-color: #18A072; }
a { background-color: rgb(24,160,114); }
div.DivClassName
{
background-color: #18A072;
}
.BgClassName
{
background-color: #18A072;
}
</style>
border-color css
<style>
span { border-color: #18A072; }
span { border-color: rgb(24,160,114); }
td.TdClassName
{
border-color: #18A072;
}
.TagClassName
{
border-color: #18A072;
}
</style>