Html Css Color HEX #04A573 Free Speech Aquamarine
📋 copy color: '#04A573'red 4 ◦ green 165 ◦ blue 115
Shades of Free Speech Aquamarine #04A573
Tints of Free Speech Aquamarine #04A573
RGB
CMYK
RGB Variations
Color information
#04A573 (or 0x04A573) is known color: Free Speech Aquamarine. HEX triplet: 04, A5 and 73. RGB value is (4,165,115). Sum of RGB (Red+Green+Blue) = 4+165+115=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #04A573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A573 is #FB5A8C. Grayscale: #6F6F6F. Windows color (decimal): -16472717 or 7578884. OLE color: 7578884.
HSL color Cylindrical-coordinate representation of color #04A573: hue angle of 161.37º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A573 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 165 | 115 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.35 |
| HSL | 161.37º | 0.95% | 0.33% | - |
| HSV(B) | 161.37º | 0.98% | 0.65% | - |
| XYZ | 16.6 | 28.17 | 20.78 | - |
| YUV | 111.16 | 130.16 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 165 | 115 | 0.98 | 0 | 0.30 | 0.35 | 161.37 | 0.95 | 0.33 |
| Hex | 4 | A5 | 73 | 62 | 0 | 1E | 23 | A1 | 5F | 21 |
| Octal | 4 | 245 | 163 | 142 | 0 | 36 | 43 | 241 | 137 | 41 |
| Binary | 100 | 10100101 | 1110011 | 1100010 | 0 | 11110 | 100011 | 10100001 | 1011111 | 100001 |
Color Harmonies of #04A573
Complementary color
Monochromatic Colors of #04A573
Black with #04A573
Text Example
Text Example
White with #04A573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A573; }
p { color: rgb(4,165,115); }
H1.HeaderClassName
{
color: #04A573;
}
.AnyTagClassName
{
color: #04A573;
}
</style>
background-color css
<style>
a { background-color: #04A573; }
a { background-color: rgb(4,165,115); }
div.DivClassName
{
background-color: #04A573;
}
.BgClassName
{
background-color: #04A573;
}
</style>
border-color css
<style>
span { border-color: #04A573; }
span { border-color: rgb(4,165,115); }
td.TdClassName
{
border-color: #04A573;
}
.TagClassName
{
border-color: #04A573;
}
</style>