#059680

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

Shades of Free Speech Aquamarine #059680

Tints of Free Speech Aquamarine #059680

Color information

#059680 (or 0x059680) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 96 and 80. RGB value is (5,150,128). Sum of RGB (Red+Green+Blue) = 5+150+128=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #059680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059680 is #FA697F. Grayscale: #686868. Windows color (decimal): -16411008 or 8427013. OLE color: 8427013.

HSL color Cylindrical-coordinate representation of color #059680: hue angle of 170.9º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059680 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB5150128-
CMYK0.9700.150.41
HSL170.9º93.55%30.39%-
HSV(B)170.9º96.67%58.82%-
XYZ14.8723.424.16-
YUV104.14141.4657.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 150 (58.98% from 255) = 53.00%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=1.77%
G=53.00%
B=45.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51501280.9700.150.41170.993.5530.39
Hex59680610F29ab5e1e
Octal52262001410175125313636
Binary101100101101000000011000010111110100110101011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059680; }

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

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

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

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

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

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

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

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