Html Css Color HEX #049681 Free Speech Aquamarine
📋 copy color: '#049681'red 4 ◦ green 150 ◦ blue 129
Shades of Free Speech Aquamarine #049681
Tints of Free Speech Aquamarine #049681
RGB
CMYK
RGB Variations
Color information
#049681 (or 0x049681) is known color: Free Speech Aquamarine. HEX triplet: 04, 96 and 81. RGB value is (4,150,129). Sum of RGB (Red+Green+Blue) = 4+150+129=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #049681 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049681 is #FB697E. Grayscale: #676767. Windows color (decimal): -16476543 or 8492548. OLE color: 8492548.
HSL color Cylindrical-coordinate representation of color #049681: hue angle of 171.37º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049681 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 150 | 129 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.41 |
| HSL | 171.37º | 0.95% | 0.3% | - |
| HSV(B) | 171.37º | 0.97% | 0.59% | - |
| XYZ | 14.92 | 23.42 | 24.5 | - |
| YUV | 103.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 150 | 129 | 0.97 | 0 | 0.14 | 0.41 | 171.37 | 0.95 | 0.3 |
| Hex | 4 | 96 | 81 | 61 | 0 | E | 29 | AB | 5F | 1E |
| Octal | 4 | 226 | 201 | 141 | 0 | 16 | 51 | 253 | 137 | 36 |
| Binary | 100 | 10010110 | 10000001 | 1100001 | 0 | 1110 | 101001 | 10101011 | 1011111 | 11110 |
Color Harmonies of #049681
Complementary color
Monochromatic Colors of #049681
Black with #049681
Text Example
Text Example
White with #049681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049681; }
p { color: rgb(4,150,129); }
H1.HeaderClassName
{
color: #049681;
}
.AnyTagClassName
{
color: #049681;
}
</style>
background-color css
<style>
a { background-color: #049681; }
a { background-color: rgb(4,150,129); }
div.DivClassName
{
background-color: #049681;
}
.BgClassName
{
background-color: #049681;
}
</style>
border-color css
<style>
span { border-color: #049681; }
span { border-color: rgb(4,150,129); }
td.TdClassName
{
border-color: #049681;
}
.TagClassName
{
border-color: #049681;
}
</style>