#059F7E

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

Shades of Free Speech Aquamarine #059F7E

Tints of Free Speech Aquamarine #059F7E

Color information

#059F7E (or 0x059F7E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 9F and 7E. RGB value is (5,159,126). Sum of RGB (Red+Green+Blue) = 5+159+126=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #059F7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059F7E is #FA6081. Grayscale: #6D6D6D. Windows color (decimal): -16408706 or 8298245. OLE color: 8298245.

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

Color convert

RGB5159126-
CMYK0.9700.210.38
HSL167.14º93.9%32.16%-
HSV(B)167.14º96.86%62.35%-
XYZ16.2326.3323.97-
YUV109.19137.4853.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 159 (62.5% from 255) = 54.83%
BLUE value IS 126 (49.61% from 255) = 43.45%
R=1.72%
G=54.83%
B=43.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51591260.9700.210.38167.1493.932.16
Hex59F7E6101526a75e20
Octal52371761410254624713640
Binary1011001111111111101100001010101100110101001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,159,126); }

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

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

 a { background-color: rgb(5,159,126); }

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

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

 span { border-color: rgb(5,159,126); }

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