#059A76

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

Shades of Free Speech Aquamarine #059A76

Tints of Free Speech Aquamarine #059A76

Color information

#059A76 (or 0x059A76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 9A and 76. RGB value is (5,154,118). Sum of RGB (Red+Green+Blue) = 5+154+118=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #059A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059A76 is #FA6589. Grayscale: #696969. Windows color (decimal): -16409994 or 7772677. OLE color: 7772677.

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

Color convert

RGB5154118-
CMYK0.9700.230.40
HSL165.5º93.71%31.18%-
HSV(B)165.5º96.75%60.39%-
XYZ14.8924.4521.07-
YUV105.34135.1456.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.81%
GREEN value IS 154 (60.55% from 255) = 55.60%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=1.81%
G=55.60%
B=42.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51541180.9700.230.40165.593.7131.18
Hex59A766101728a65e1f
Octal52321661410275024613637
Binary101100110101110110110000101011110100010100110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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