Html Css Color HEX #04A481 Free Speech Aquamarine
📋 copy color: '#04A481'red 4 ◦ green 164 ◦ blue 129
Shades of Free Speech Aquamarine #04A481
Tints of Free Speech Aquamarine #04A481
RGB
CMYK
RGB Variations
Color information
#04A481 (or 0x04A481) is known color: Free Speech Aquamarine. HEX triplet: 04, A4 and 81. RGB value is (4,164,129). Sum of RGB (Red+Green+Blue) = 4+164+129=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #04A481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A481 is #FB5B7E. Grayscale: #707070. Windows color (decimal): -16472959 or 8496132. OLE color: 8496132.
HSL color Cylindrical-coordinate representation of color #04A481: hue angle of 166.88º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A481 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 164 | 129 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.36 |
| HSL | 166.88º | 0.95% | 0.33% | - |
| HSV(B) | 166.88º | 0.98% | 0.64% | - |
| XYZ | 17.29 | 28.16 | 25.29 | - |
| YUV | 112.17 | 137.49 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 164 | 129 | 0.98 | 0 | 0.21 | 0.36 | 166.88 | 0.95 | 0.33 |
| Hex | 4 | A4 | 81 | 62 | 0 | 15 | 24 | A7 | 5F | 21 |
| Octal | 4 | 244 | 201 | 142 | 0 | 25 | 44 | 247 | 137 | 41 |
| Binary | 100 | 10100100 | 10000001 | 1100010 | 0 | 10101 | 100100 | 10100111 | 1011111 | 100001 |
Color Harmonies of #04A481
Complementary color
Monochromatic Colors of #04A481
Black with #04A481
Text Example
Text Example
White with #04A481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A481; }
p { color: rgb(4,164,129); }
H1.HeaderClassName
{
color: #04A481;
}
.AnyTagClassName
{
color: #04A481;
}
</style>
background-color css
<style>
a { background-color: #04A481; }
a { background-color: rgb(4,164,129); }
div.DivClassName
{
background-color: #04A481;
}
.BgClassName
{
background-color: #04A481;
}
</style>
border-color css
<style>
span { border-color: #04A481; }
span { border-color: rgb(4,164,129); }
td.TdClassName
{
border-color: #04A481;
}
.TagClassName
{
border-color: #04A481;
}
</style>