Html Css Color HEX #049978 Free Speech Aquamarine
📋 copy color: '#049978'red 4 ◦ green 153 ◦ blue 120
Shades of Free Speech Aquamarine #049978
Tints of Free Speech Aquamarine #049978
RGB
CMYK
RGB Variations
Color information
#049978 (or 0x049978) is known color: Free Speech Aquamarine. HEX triplet: 04, 99 and 78. RGB value is (4,153,120). Sum of RGB (Red+Green+Blue) = 4+153+120=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #049978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049978 is #FB6687. Grayscale: #686868. Windows color (decimal): -16475784 or 7903492. OLE color: 7903492.
HSL color Cylindrical-coordinate representation of color #049978: hue angle of 166.71º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049978 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 153 | 120 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.4 |
| HSL | 166.71º | 0.95% | 0.31% | - |
| HSV(B) | 166.71º | 0.97% | 0.6% | - |
| XYZ | 14.83 | 24.16 | 21.65 | - |
| YUV | 104.69 | 136.64 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 120 | 0.97 | 0 | 0.22 | 0.4 | 166.71 | 0.95 | 0.31 |
| Hex | 4 | 99 | 78 | 61 | 0 | 16 | 28 | A7 | 5F | 1F |
| Octal | 4 | 231 | 170 | 141 | 0 | 26 | 50 | 247 | 137 | 37 |
| Binary | 100 | 10011001 | 1111000 | 1100001 | 0 | 10110 | 101000 | 10100111 | 1011111 | 11111 |
Color Harmonies of #049978
Complementary color
Monochromatic Colors of #049978
Black with #049978
Text Example
Text Example
White with #049978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049978; }
p { color: rgb(4,153,120); }
H1.HeaderClassName
{
color: #049978;
}
.AnyTagClassName
{
color: #049978;
}
</style>
background-color css
<style>
a { background-color: #049978; }
a { background-color: rgb(4,153,120); }
div.DivClassName
{
background-color: #049978;
}
.BgClassName
{
background-color: #049978;
}
</style>
border-color css
<style>
span { border-color: #049978; }
span { border-color: rgb(4,153,120); }
td.TdClassName
{
border-color: #049978;
}
.TagClassName
{
border-color: #049978;
}
</style>