#059A72

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

Shades of Free Speech Aquamarine #059A72

Tints of Free Speech Aquamarine #059A72

Color information

#059A72 (or 0x059A72) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 9A and 72. RGB value is (5,154,114). Sum of RGB (Red+Green+Blue) = 5+154+114=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 154 (60.55% from 255 or 56.41% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 154 - color contains mainly: green. Hex color #059A72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059A72 is #FA658D. Grayscale: #686868. Windows color (decimal): -16409998 or 7510533. OLE color: 7510533.

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

Color convert

RGB5154114-
CMYK0.9700.260.40
HSL163.89º93.71%31.18%-
HSV(B)163.89º96.75%60.39%-
XYZ14.6624.3619.85-
YUV104.89133.1456.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.83%
GREEN value IS 154 (60.55% from 255) = 56.41%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=1.83%
G=56.41%
B=41.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51541140.9700.260.40163.8993.7131.18
Hex59A726101A28a45e1f
Octal52321621410325024413637
Binary101100110101110010110000101101010100010100100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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