Html Css Color HEX #059C70 Free Speech Aquamarine
📋 copy color: '#059C70'red 5 ◦ green 156 ◦ blue 112
Shades of Free Speech Aquamarine #059C70
Tints of Free Speech Aquamarine #059C70
RGB
CMYK
RGB Variations
Color information
#059C70 (or 0x059C70) is known color: Free Speech Aquamarine. HEX triplet: 05, 9C and 70. RGB value is (5,156,112). Sum of RGB (Red+Green+Blue) = 5+156+112=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #059C70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C70 is #FA638F. Grayscale: #696969. Windows color (decimal): -16409488 or 7379973. OLE color: 7379973.
HSL color Cylindrical-coordinate representation of color #059C70: hue angle of 162.52º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059C70 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 112 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.39 |
| HSL | 162.52º | 0.94% | 0.32% | - |
| HSV(B) | 162.52º | 0.97% | 0.61% | - |
| XYZ | 14.88 | 24.98 | 19.37 | - |
| YUV | 105.84 | 131.47 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 112 | 0.97 | 0 | 0.28 | 0.39 | 162.52 | 0.94 | 0.32 |
| Hex | 5 | 9C | 70 | 61 | 0 | 1C | 27 | A3 | 5E | 20 |
| Octal | 5 | 234 | 160 | 141 | 0 | 34 | 47 | 243 | 136 | 40 |
| Binary | 101 | 10011100 | 1110000 | 1100001 | 0 | 11100 | 100111 | 10100011 | 1011110 | 100000 |
Color Harmonies of #059C70
Complementary color
Monochromatic Colors of #059C70
Black with #059C70
Text Example
Text Example
White with #059C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C70; }
p { color: rgb(5,156,112); }
H1.HeaderClassName
{
color: #059C70;
}
.AnyTagClassName
{
color: #059C70;
}
</style>
background-color css
<style>
a { background-color: #059C70; }
a { background-color: rgb(5,156,112); }
div.DivClassName
{
background-color: #059C70;
}
.BgClassName
{
background-color: #059C70;
}
</style>
border-color css
<style>
span { border-color: #059C70; }
span { border-color: rgb(5,156,112); }
td.TdClassName
{
border-color: #059C70;
}
.TagClassName
{
border-color: #059C70;
}
</style>