Html Css Color HEX #059875 Free Speech Aquamarine
📋 copy color: '#059875'red 5 ◦ green 152 ◦ blue 117
Shades of Free Speech Aquamarine #059875
Tints of Free Speech Aquamarine #059875
RGB
CMYK
RGB Variations
Color information
#059875 (or 0x059875) is known color: Free Speech Aquamarine. HEX triplet: 05, 98 and 75. RGB value is (5,152,117). Sum of RGB (Red+Green+Blue) = 5+152+117=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #059875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059875 is #FA678A. Grayscale: #686868. Windows color (decimal): -16410507 or 7706629. OLE color: 7706629.
HSL color Cylindrical-coordinate representation of color #059875: hue angle of 165.71º degrees, saturation: 0.94, 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 #059875 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 152 | 117 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.40 |
| HSL | 165.71º | 0.94% | 0.31% | - |
| HSV(B) | 165.71º | 0.97% | 0.6% | - |
| XYZ | 14.5 | 23.77 | 20.65 | - |
| YUV | 104.06 | 135.3 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 117 | 0.97 | 0 | 0.23 | 0.40 | 165.71 | 0.94 | 0.31 |
| Hex | 5 | 98 | 75 | 61 | 0 | 17 | 28 | A6 | 5E | 1F |
| Octal | 5 | 230 | 165 | 141 | 0 | 27 | 50 | 246 | 136 | 37 |
| Binary | 101 | 10011000 | 1110101 | 1100001 | 0 | 10111 | 101000 | 10100110 | 1011110 | 11111 |
Color Harmonies of #059875
Complementary color
Monochromatic Colors of #059875
Black with #059875
Text Example
Text Example
White with #059875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059875; }
p { color: rgb(5,152,117); }
H1.HeaderClassName
{
color: #059875;
}
.AnyTagClassName
{
color: #059875;
}
</style>
background-color css
<style>
a { background-color: #059875; }
a { background-color: rgb(5,152,117); }
div.DivClassName
{
background-color: #059875;
}
.BgClassName
{
background-color: #059875;
}
</style>
border-color css
<style>
span { border-color: #059875; }
span { border-color: rgb(5,152,117); }
td.TdClassName
{
border-color: #059875;
}
.TagClassName
{
border-color: #059875;
}
</style>