Html Css Color HEX #059A7D Free Speech Aquamarine
📋 copy color: '#059A7D'red 5 ◦ green 154 ◦ blue 125
Shades of Free Speech Aquamarine #059A7D
Tints of Free Speech Aquamarine #059A7D
RGB
CMYK
RGB Variations
Color information
#059A7D (or 0x059A7D) is known color: Free Speech Aquamarine. HEX triplet: 05, 9A and 7D. RGB value is (5,154,125). Sum of RGB (Red+Green+Blue) = 5+154+125=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #059A7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059A7D is #FA6582. Grayscale: #6A6A6A. Windows color (decimal): -16409987 or 8231429. OLE color: 8231429.
HSL color Cylindrical-coordinate representation of color #059A7D: hue angle of 168.32º 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 #059A7D is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 154 | 125 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.40 |
| HSL | 168.32º | 0.94% | 0.31% | - |
| HSV(B) | 168.32º | 0.97% | 0.6% | - |
| XYZ | 15.32 | 24.62 | 23.35 | - |
| YUV | 106.14 | 138.64 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 125 | 0.97 | 0 | 0.19 | 0.40 | 168.32 | 0.94 | 0.31 |
| Hex | 5 | 9A | 7D | 61 | 0 | 13 | 28 | A8 | 5E | 1F |
| Octal | 5 | 232 | 175 | 141 | 0 | 23 | 50 | 250 | 136 | 37 |
| Binary | 101 | 10011010 | 1111101 | 1100001 | 0 | 10011 | 101000 | 10101000 | 1011110 | 11111 |
Color Harmonies of #059A7D
Complementary color
Monochromatic Colors of #059A7D
Black with #059A7D
Text Example
Text Example
White with #059A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059A7D; }
p { color: rgb(5,154,125); }
H1.HeaderClassName
{
color: #059A7D;
}
.AnyTagClassName
{
color: #059A7D;
}
</style>
background-color css
<style>
a { background-color: #059A7D; }
a { background-color: rgb(5,154,125); }
div.DivClassName
{
background-color: #059A7D;
}
.BgClassName
{
background-color: #059A7D;
}
</style>
border-color css
<style>
span { border-color: #059A7D; }
span { border-color: rgb(5,154,125); }
td.TdClassName
{
border-color: #059A7D;
}
.TagClassName
{
border-color: #059A7D;
}
</style>