Html Css Color HEX #059878 Free Speech Aquamarine
📋 copy color: '#059878'red 5 ◦ green 152 ◦ blue 120
Shades of Free Speech Aquamarine #059878
Tints of Free Speech Aquamarine #059878
RGB
CMYK
RGB Variations
Color information
#059878 (or 0x059878) is known color: Free Speech Aquamarine. HEX triplet: 05, 98 and 78. RGB value is (5,152,120). Sum of RGB (Red+Green+Blue) = 5+152+120=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #059878 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059878 is #FA6787. Grayscale: #686868. Windows color (decimal): -16410504 or 7903237. OLE color: 7903237.
HSL color Cylindrical-coordinate representation of color #059878: hue angle of 166.94º 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 #059878 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 152 | 120 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.40 |
| HSL | 166.94º | 0.94% | 0.31% | - |
| HSV(B) | 166.94º | 0.97% | 0.6% | - |
| XYZ | 14.68 | 23.84 | 21.6 | - |
| YUV | 104.4 | 136.8 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 120 | 0.97 | 0 | 0.21 | 0.40 | 166.94 | 0.94 | 0.31 |
| Hex | 5 | 98 | 78 | 61 | 0 | 15 | 28 | A7 | 5E | 1F |
| Octal | 5 | 230 | 170 | 141 | 0 | 25 | 50 | 247 | 136 | 37 |
| Binary | 101 | 10011000 | 1111000 | 1100001 | 0 | 10101 | 101000 | 10100111 | 1011110 | 11111 |
Color Harmonies of #059878
Complementary color
Monochromatic Colors of #059878
Black with #059878
Text Example
Text Example
White with #059878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059878; }
p { color: rgb(5,152,120); }
H1.HeaderClassName
{
color: #059878;
}
.AnyTagClassName
{
color: #059878;
}
</style>
background-color css
<style>
a { background-color: #059878; }
a { background-color: rgb(5,152,120); }
div.DivClassName
{
background-color: #059878;
}
.BgClassName
{
background-color: #059878;
}
</style>
border-color css
<style>
span { border-color: #059878; }
span { border-color: rgb(5,152,120); }
td.TdClassName
{
border-color: #059878;
}
.TagClassName
{
border-color: #059878;
}
</style>