#059E80

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

Shades of Free Speech Aquamarine #059E80

Tints of Free Speech Aquamarine #059E80

Color information

#059E80 (or 0x059E80) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 9E and 80. RGB value is (5,158,128). Sum of RGB (Red+Green+Blue) = 5+158+128=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 158 (62.11% from 255 or 54.30% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 158 - color contains mainly: green. Hex color #059E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059E80 is #FA617F. Grayscale: #6C6C6C. Windows color (decimal): -16408960 or 8429061. OLE color: 8429061.

HSL color Cylindrical-coordinate representation of color #059E80: hue angle of 168.24º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059E80 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB5158128-
CMYK0.9700.190.38
HSL168.24º93.87%31.96%-
HSV(B)168.24º96.84%61.96%-
XYZ16.1926.0424.6-
YUV108.83138.8153.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 158 (62.11% from 255) = 54.30%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=1.72%
G=54.30%
B=43.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51581280.9700.190.38168.2493.8731.96
Hex59E806101326a85e20
Octal52362001410234625013640
Binary10110011110100000001100001010011100110101010001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,158,128); }

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

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

 a { background-color: rgb(5,158,128); }

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

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

 span { border-color: rgb(5,158,128); }

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