#059A73

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

Shades of Free Speech Aquamarine #059A73

Tints of Free Speech Aquamarine #059A73

Color information

#059A73 (or 0x059A73) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 9A and 73. RGB value is (5,154,115). Sum of RGB (Red+Green+Blue) = 5+154+115=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #059A73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059A73 is #FA658C. Grayscale: #696969. Windows color (decimal): -16409997 or 7576069. OLE color: 7576069.

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

Color convert

RGB5154115-
CMYK0.9700.250.40
HSL164.3º93.71%31.18%-
HSV(B)164.3º96.75%60.39%-
XYZ14.7124.3820.15-
YUV105133.6456.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 154 (60.55% from 255) = 56.20%
BLUE value IS 115 (45.31% from 255) = 41.97%
R=1.82%
G=56.20%
B=41.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51541150.9700.250.40164.393.7131.18
Hex59A736101928a45e1f
Octal52321631410315024413637
Binary101100110101110011110000101100110100010100100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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