Html Css Color HEX #059770 Free Speech Aquamarine
📋 copy color: '#059770'red 5 ◦ green 151 ◦ blue 112
Shades of Free Speech Aquamarine #059770
Tints of Free Speech Aquamarine #059770
RGB
CMYK
RGB Variations
Color information
#059770 (or 0x059770) is known color: Free Speech Aquamarine. HEX triplet: 05, 97 and 70. RGB value is (5,151,112). Sum of RGB (Red+Green+Blue) = 5+151+112=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #059770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059770 is #FA688F. Grayscale: #666666. Windows color (decimal): -16410768 or 7378693. OLE color: 7378693.
HSL color Cylindrical-coordinate representation of color #059770: hue angle of 163.97º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059770 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 151 | 112 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.41 |
| HSL | 163.97º | 0.94% | 0.31% | - |
| HSV(B) | 163.97º | 0.97% | 0.59% | - |
| XYZ | 14.05 | 23.34 | 19.09 | - |
| YUV | 102.9 | 133.13 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 151 | 112 | 0.97 | 0 | 0.26 | 0.41 | 163.97 | 0.94 | 0.31 |
| Hex | 5 | 97 | 70 | 61 | 0 | 1A | 29 | A4 | 5E | 1F |
| Octal | 5 | 227 | 160 | 141 | 0 | 32 | 51 | 244 | 136 | 37 |
| Binary | 101 | 10010111 | 1110000 | 1100001 | 0 | 11010 | 101001 | 10100100 | 1011110 | 11111 |
Color Harmonies of #059770
Complementary color
Monochromatic Colors of #059770
Black with #059770
Text Example
Text Example
White with #059770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059770; }
p { color: rgb(5,151,112); }
H1.HeaderClassName
{
color: #059770;
}
.AnyTagClassName
{
color: #059770;
}
</style>
background-color css
<style>
a { background-color: #059770; }
a { background-color: rgb(5,151,112); }
div.DivClassName
{
background-color: #059770;
}
.BgClassName
{
background-color: #059770;
}
</style>
border-color css
<style>
span { border-color: #059770; }
span { border-color: rgb(5,151,112); }
td.TdClassName
{
border-color: #059770;
}
.TagClassName
{
border-color: #059770;
}
</style>