Html Css Color HEX #04A06F Free Speech Aquamarine
📋 copy color: '#04A06F'red 4 ◦ green 160 ◦ blue 111
Shades of Free Speech Aquamarine #04A06F
Tints of Free Speech Aquamarine #04A06F
RGB
CMYK
RGB Variations
Color information
#04A06F (or 0x04A06F) is known color: Free Speech Aquamarine. HEX triplet: 04, A0 and 6F. RGB value is (4,160,111). Sum of RGB (Red+Green+Blue) = 4+160+111=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 160 (62.89% from 255 or 58.18% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 160 - color contains mainly: green. Hex color #04A06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A06F is #FB5F90. Grayscale: #6B6B6B. Windows color (decimal): -16474001 or 7315460. OLE color: 7315460.
HSL color Cylindrical-coordinate representation of color #04A06F: hue angle of 161.15º 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 #04A06F is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 160 | 111 | - |
| CMYK | 0.98 | 0 | 0.31 | 0.37 |
| HSL | 161.15º | 0.95% | 0.32% | - |
| HSV(B) | 161.15º | 0.98% | 0.63% | - |
| XYZ | 15.49 | 26.32 | 19.3 | - |
| YUV | 107.77 | 129.82 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 111 | 0.98 | 0 | 0.31 | 0.37 | 161.15 | 0.95 | 0.32 |
| Hex | 4 | A0 | 6F | 62 | 0 | 1F | 25 | A1 | 5F | 20 |
| Octal | 4 | 240 | 157 | 142 | 0 | 37 | 45 | 241 | 137 | 40 |
| Binary | 100 | 10100000 | 1101111 | 1100010 | 0 | 11111 | 100101 | 10100001 | 1011111 | 100000 |
Color Harmonies of #04A06F
Complementary color
Monochromatic Colors of #04A06F
Black with #04A06F
Text Example
Text Example
White with #04A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A06F; }
p { color: rgb(4,160,111); }
H1.HeaderClassName
{
color: #04A06F;
}
.AnyTagClassName
{
color: #04A06F;
}
</style>
background-color css
<style>
a { background-color: #04A06F; }
a { background-color: rgb(4,160,111); }
div.DivClassName
{
background-color: #04A06F;
}
.BgClassName
{
background-color: #04A06F;
}
</style>
border-color css
<style>
span { border-color: #04A06F; }
span { border-color: rgb(4,160,111); }
td.TdClassName
{
border-color: #04A06F;
}
.TagClassName
{
border-color: #04A06F;
}
</style>