#059A70

Color #059A70 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #059A70

Tints of Free Speech Aquamarine #059A70

Color information

#059A70 (or 0x059A70) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 9A and 70. RGB value is (5,154,112). Sum of RGB (Red+Green+Blue) = 5+154+112=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #059A70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059A70 is #FA658F. Grayscale: #686868. Windows color (decimal): -16410000 or 7379461. OLE color: 7379461.

HSL color Cylindrical-coordinate representation of color #059A70: hue angle of 163.09º 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 #059A70 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB5154112-
CMYK0.9700.270.40
HSL163.09º93.71%31.18%-
HSV(B)163.09º96.75%60.39%-
XYZ14.5424.3119.26-
YUV104.66132.1456.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 154 (60.55% from 255) = 56.83%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=1.85%
G=56.83%
B=41.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51541120.9700.270.40163.0993.7131.18
Hex59A706101B28a35e1f
Octal52321601410335024313637
Binary101100110101110000110000101101110100010100011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059A70; }

 p { color: rgb(5,154,112); }

 H1.HeaderClassName
 {
   color: #059A70;
 }
 .AnyTagClassName
 {
   color: #059A70;
 }
</style>
background-color css

<style>
 a { background-color: #059A70; }

 a { background-color: rgb(5,154,112); }

 div.DivClassName
 {
   background-color: #059A70;
 }
 .BgClassName
 {
   background-color: #059A70;
 }
</style>
border-color css

<style>
 span { border-color: #059A70; }

 span { border-color: rgb(5,154,112); }

 td.TdClassName
 {
   border-color: #059A70;
 }
 .TagClassName
 {
   border-color: #059A70;
 }
</style>