Html Css Color HEX #04987A Free Speech Aquamarine
📋 copy color: '#04987A'red 4 ◦ green 152 ◦ blue 122
Shades of Free Speech Aquamarine #04987A
Tints of Free Speech Aquamarine #04987A
RGB
CMYK
RGB Variations
Color information
#04987A (or 0x04987A) is known color: Free Speech Aquamarine. HEX triplet: 04, 98 and 7A. RGB value is (4,152,122). Sum of RGB (Red+Green+Blue) = 4+152+122=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #04987A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04987A is #FB6785. Grayscale: #686868. Windows color (decimal): -16476038 or 8034308. OLE color: 8034308.
HSL color Cylindrical-coordinate representation of color #04987A: hue angle of 167.84º 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 #04987A is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 152 | 122 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.40 |
| HSL | 167.84º | 0.95% | 0.31% | - |
| HSV(B) | 167.84º | 0.97% | 0.6% | - |
| XYZ | 14.79 | 23.89 | 22.24 | - |
| YUV | 104.33 | 137.97 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 152 | 122 | 0.97 | 0 | 0.20 | 0.40 | 167.84 | 0.95 | 0.31 |
| Hex | 4 | 98 | 7A | 61 | 0 | 14 | 28 | A8 | 5F | 1F |
| Octal | 4 | 230 | 172 | 141 | 0 | 24 | 50 | 250 | 137 | 37 |
| Binary | 100 | 10011000 | 1111010 | 1100001 | 0 | 10100 | 101000 | 10101000 | 1011111 | 11111 |
Color Harmonies of #04987A
Complementary color
Monochromatic Colors of #04987A
Black with #04987A
Text Example
Text Example
White with #04987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04987A; }
p { color: rgb(4,152,122); }
H1.HeaderClassName
{
color: #04987A;
}
.AnyTagClassName
{
color: #04987A;
}
</style>
background-color css
<style>
a { background-color: #04987A; }
a { background-color: rgb(4,152,122); }
div.DivClassName
{
background-color: #04987A;
}
.BgClassName
{
background-color: #04987A;
}
</style>
border-color css
<style>
span { border-color: #04987A; }
span { border-color: rgb(4,152,122); }
td.TdClassName
{
border-color: #04987A;
}
.TagClassName
{
border-color: #04987A;
}
</style>