Html Css Color HEX #04A082 Free Speech Aquamarine
📋 copy color: '#04A082'red 4 ◦ green 160 ◦ blue 130
Shades of Free Speech Aquamarine #04A082
Tints of Free Speech Aquamarine #04A082
RGB
CMYK
RGB Variations
Color information
#04A082 (or 0x04A082) is known color: Free Speech Aquamarine. HEX triplet: 04, A0 and 82. RGB value is (4,160,130). Sum of RGB (Red+Green+Blue) = 4+160+130=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #04A082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A082 is #FB5F7D. Grayscale: #6D6D6D. Windows color (decimal): -16473982 or 8560644. OLE color: 8560644.
HSL color Cylindrical-coordinate representation of color #04A082: hue angle of 168.46º 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 #04A082 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 160 | 130 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.37 |
| HSL | 168.46º | 0.95% | 0.32% | - |
| HSV(B) | 168.46º | 0.98% | 0.63% | - |
| XYZ | 16.65 | 26.78 | 25.41 | - |
| YUV | 109.94 | 139.32 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 130 | 0.98 | 0 | 0.19 | 0.37 | 168.46 | 0.95 | 0.32 |
| Hex | 4 | A0 | 82 | 62 | 0 | 13 | 25 | A8 | 5F | 20 |
| Octal | 4 | 240 | 202 | 142 | 0 | 23 | 45 | 250 | 137 | 40 |
| Binary | 100 | 10100000 | 10000010 | 1100010 | 0 | 10011 | 100101 | 10101000 | 1011111 | 100000 |
Color Harmonies of #04A082
Complementary color
Monochromatic Colors of #04A082
Black with #04A082
Text Example
Text Example
White with #04A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A082; }
p { color: rgb(4,160,130); }
H1.HeaderClassName
{
color: #04A082;
}
.AnyTagClassName
{
color: #04A082;
}
</style>
background-color css
<style>
a { background-color: #04A082; }
a { background-color: rgb(4,160,130); }
div.DivClassName
{
background-color: #04A082;
}
.BgClassName
{
background-color: #04A082;
}
</style>
border-color css
<style>
span { border-color: #04A082; }
span { border-color: rgb(4,160,130); }
td.TdClassName
{
border-color: #04A082;
}
.TagClassName
{
border-color: #04A082;
}
</style>