Html Css Color HEX #049B72 Free Speech Aquamarine
📋 copy color: '#049B72'red 4 ◦ green 155 ◦ blue 114
Shades of Free Speech Aquamarine #049B72
Tints of Free Speech Aquamarine #049B72
RGB
CMYK
RGB Variations
Color information
#049B72 (or 0x049B72) is known color: Free Speech Aquamarine. HEX triplet: 04, 9B and 72. RGB value is (4,155,114). Sum of RGB (Red+Green+Blue) = 4+155+114=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #049B72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049B72 is #FB648D. Grayscale: #696969. Windows color (decimal): -16475278 or 7510788. OLE color: 7510788.
HSL color Cylindrical-coordinate representation of color #049B72: hue angle of 163.71º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049B72 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 155 | 114 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.39 |
| HSL | 163.71º | 0.95% | 0.31% | - |
| HSV(B) | 163.71º | 0.97% | 0.61% | - |
| XYZ | 14.81 | 24.68 | 19.9 | - |
| YUV | 105.18 | 132.97 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 155 | 114 | 0.97 | 0 | 0.26 | 0.39 | 163.71 | 0.95 | 0.31 |
| Hex | 4 | 9B | 72 | 61 | 0 | 1A | 27 | A4 | 5F | 1F |
| Octal | 4 | 233 | 162 | 141 | 0 | 32 | 47 | 244 | 137 | 37 |
| Binary | 100 | 10011011 | 1110010 | 1100001 | 0 | 11010 | 100111 | 10100100 | 1011111 | 11111 |
Color Harmonies of #049B72
Complementary color
Monochromatic Colors of #049B72
Black with #049B72
Text Example
Text Example
White with #049B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049B72; }
p { color: rgb(4,155,114); }
H1.HeaderClassName
{
color: #049B72;
}
.AnyTagClassName
{
color: #049B72;
}
</style>
background-color css
<style>
a { background-color: #049B72; }
a { background-color: rgb(4,155,114); }
div.DivClassName
{
background-color: #049B72;
}
.BgClassName
{
background-color: #049B72;
}
</style>
border-color css
<style>
span { border-color: #049B72; }
span { border-color: rgb(4,155,114); }
td.TdClassName
{
border-color: #049B72;
}
.TagClassName
{
border-color: #049B72;
}
</style>