#05A979

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

Shades of Free Speech Aquamarine #05A979

Tints of Free Speech Aquamarine #05A979

Color information

#05A979 (or 0x05A979) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, A9 and 79. RGB value is (5,169,121). Sum of RGB (Red+Green+Blue) = 5+169+121=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 169 (66.41% from 255 or 57.29% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 169 - color contains mainly: green. Hex color #05A979 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A979 is #FA5686. Grayscale: #727272. Windows color (decimal): -16406151 or 7973125. OLE color: 7973125.

HSL color Cylindrical-coordinate representation of color #05A979: hue angle of 162.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A979 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB5169121-
CMYK0.9700.280.34
HSL162.44º94.25%34.12%-
HSV(B)162.44º97.04%66.27%-
XYZ17.729.7922.91-
YUV114.49131.6749.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 169 (66.41% from 255) = 57.29%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=1.69%
G=57.29%
B=41.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51691210.9700.280.34162.4494.2534.12
Hex5A9796101C22a25e22
Octal52511711410344224213642
Binary1011010100111110011100001011100100010101000101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A979; }

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

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

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

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

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

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

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

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