Html Css Color HEX #04A775 Free Speech Aquamarine
📋 copy color: '#04A775'red 4 ◦ green 167 ◦ blue 117
Shades of Free Speech Aquamarine #04A775
Tints of Free Speech Aquamarine #04A775
RGB
CMYK
RGB Variations
Color information
#04A775 (or 0x04A775) is known color: Free Speech Aquamarine. HEX triplet: 04, A7 and 75. RGB value is (4,167,117). Sum of RGB (Red+Green+Blue) = 4+167+117=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 167 (65.62% from 255 or 57.99% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 167 - color contains mainly: green. Hex color #04A775 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A775 is #FB588A. Grayscale: #707070. Windows color (decimal): -16472203 or 7710468. OLE color: 7710468.
HSL color Cylindrical-coordinate representation of color #04A775: hue angle of 161.6º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A775 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 167 | 117 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.35 |
| HSL | 161.6º | 0.95% | 0.34% | - |
| HSV(B) | 161.6º | 0.98% | 0.65% | - |
| XYZ | 17.08 | 28.95 | 21.52 | - |
| YUV | 112.56 | 130.5 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 167 | 117 | 0.98 | 0 | 0.30 | 0.35 | 161.6 | 0.95 | 0.34 |
| Hex | 4 | A7 | 75 | 62 | 0 | 1E | 23 | A2 | 5F | 22 |
| Octal | 4 | 247 | 165 | 142 | 0 | 36 | 43 | 242 | 137 | 42 |
| Binary | 100 | 10100111 | 1110101 | 1100010 | 0 | 11110 | 100011 | 10100010 | 1011111 | 100010 |
Color Harmonies of #04A775
Complementary color
Monochromatic Colors of #04A775
Black with #04A775
Text Example
Text Example
White with #04A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A775; }
p { color: rgb(4,167,117); }
H1.HeaderClassName
{
color: #04A775;
}
.AnyTagClassName
{
color: #04A775;
}
</style>
background-color css
<style>
a { background-color: #04A775; }
a { background-color: rgb(4,167,117); }
div.DivClassName
{
background-color: #04A775;
}
.BgClassName
{
background-color: #04A775;
}
</style>
border-color css
<style>
span { border-color: #04A775; }
span { border-color: rgb(4,167,117); }
td.TdClassName
{
border-color: #04A775;
}
.TagClassName
{
border-color: #04A775;
}
</style>