Html Css Color HEX #04A072 Free Speech Aquamarine
📋 copy color: '#04A072'red 4 ◦ green 160 ◦ blue 114
Shades of Free Speech Aquamarine #04A072
Tints of Free Speech Aquamarine #04A072
RGB
CMYK
RGB Variations
Color information
#04A072 (or 0x04A072) is known color: Free Speech Aquamarine. HEX triplet: 04, A0 and 72. RGB value is (4,160,114). Sum of RGB (Red+Green+Blue) = 4+160+114=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #04A072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A072 is #FB5F8D. Grayscale: #6C6C6C. Windows color (decimal): -16473998 or 7512068. OLE color: 7512068.
HSL color Cylindrical-coordinate representation of color #04A072: hue angle of 162.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A072 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 160 | 114 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.37 |
| HSL | 162.31º | 0.95% | 0.32% | - |
| HSV(B) | 162.31º | 0.98% | 0.63% | - |
| XYZ | 15.66 | 26.38 | 20.19 | - |
| YUV | 108.11 | 131.32 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 114 | 0.98 | 0 | 0.29 | 0.37 | 162.31 | 0.95 | 0.32 |
| Hex | 4 | A0 | 72 | 62 | 0 | 1D | 25 | A2 | 5F | 20 |
| Octal | 4 | 240 | 162 | 142 | 0 | 35 | 45 | 242 | 137 | 40 |
| Binary | 100 | 10100000 | 1110010 | 1100010 | 0 | 11101 | 100101 | 10100010 | 1011111 | 100000 |
Color Harmonies of #04A072
Complementary color
Monochromatic Colors of #04A072
Black with #04A072
Text Example
Text Example
White with #04A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A072; }
p { color: rgb(4,160,114); }
H1.HeaderClassName
{
color: #04A072;
}
.AnyTagClassName
{
color: #04A072;
}
</style>
background-color css
<style>
a { background-color: #04A072; }
a { background-color: rgb(4,160,114); }
div.DivClassName
{
background-color: #04A072;
}
.BgClassName
{
background-color: #04A072;
}
</style>
border-color css
<style>
span { border-color: #04A072; }
span { border-color: rgb(4,160,114); }
td.TdClassName
{
border-color: #04A072;
}
.TagClassName
{
border-color: #04A072;
}
</style>