Html Css Color HEX #03A479 Free Speech Aquamarine
📋 copy color: '#03A479'red 3 ◦ green 164 ◦ blue 121
Shades of Free Speech Aquamarine #03A479
Tints of Free Speech Aquamarine #03A479
RGB
CMYK
RGB Variations
Color information
#03A479 (or 0x03A479) is known color: Free Speech Aquamarine. HEX triplet: 03, A4 and 79. RGB value is (3,164,121). Sum of RGB (Red+Green+Blue) = 3+164+121=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #03A479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A479 is #FC5B86. Grayscale: #6E6E6E. Windows color (decimal): -16538503 or 7971843. OLE color: 7971843.
HSL color Cylindrical-coordinate representation of color #03A479: hue angle of 163.98º degrees, saturation: 0.96, 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 #03A479 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 164 | 121 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.36 |
| HSL | 163.98º | 0.96% | 0.33% | - |
| HSV(B) | 163.98º | 0.98% | 0.64% | - |
| XYZ | 16.76 | 27.95 | 22.6 | - |
| YUV | 110.96 | 133.66 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 164 | 121 | 0.98 | 0 | 0.26 | 0.36 | 163.98 | 0.96 | 0.33 |
| Hex | 3 | A4 | 79 | 62 | 0 | 1A | 24 | A4 | 60 | 21 |
| Octal | 3 | 244 | 171 | 142 | 0 | 32 | 44 | 244 | 140 | 41 |
| Binary | 11 | 10100100 | 1111001 | 1100010 | 0 | 11010 | 100100 | 10100100 | 1100000 | 100001 |
Color Harmonies of #03A479
Complementary color
Monochromatic Colors of #03A479
Black with #03A479
Text Example
Text Example
White with #03A479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A479; }
p { color: rgb(3,164,121); }
H1.HeaderClassName
{
color: #03A479;
}
.AnyTagClassName
{
color: #03A479;
}
</style>
background-color css
<style>
a { background-color: #03A479; }
a { background-color: rgb(3,164,121); }
div.DivClassName
{
background-color: #03A479;
}
.BgClassName
{
background-color: #03A479;
}
</style>
border-color css
<style>
span { border-color: #03A479; }
span { border-color: rgb(3,164,121); }
td.TdClassName
{
border-color: #03A479;
}
.TagClassName
{
border-color: #03A479;
}
</style>