#059E79

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

Shades of Free Speech Aquamarine #059E79

Tints of Free Speech Aquamarine #059E79

Color information

#059E79 (or 0x059E79) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 9E and 79. RGB value is (5,158,121). Sum of RGB (Red+Green+Blue) = 5+158+121=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 158 (62.11% from 255 or 55.63% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 158 - color contains mainly: green. Hex color #059E79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059E79 is #FA6186. Grayscale: #6C6C6C. Windows color (decimal): -16408967 or 7970309. OLE color: 7970309.

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

Color convert

RGB5158121-
CMYK0.9700.230.38
HSL165.49º93.87%31.96%-
HSV(B)165.49º96.84%61.96%-
XYZ15.7425.8722.25-
YUV108.04135.3154.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.76%
GREEN value IS 158 (62.11% from 255) = 55.63%
BLUE value IS 121 (47.66% from 255) = 42.61%
R=1.76%
G=55.63%
B=42.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51581210.9700.230.38165.4993.8731.96
Hex59E796101726a55e20
Octal52361711410274624513640
Binary1011001111011110011100001010111100110101001011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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