#05A376

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

Shades of Free Speech Aquamarine #05A376

Tints of Free Speech Aquamarine #05A376

Color information

#05A376 (or 0x05A376) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, A3 and 76. RGB value is (5,163,118). Sum of RGB (Red+Green+Blue) = 5+163+118=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #05A376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A376 is #FA5C89. Grayscale: #6E6E6E. Windows color (decimal): -16407690 or 7774981. OLE color: 7774981.

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

Color convert

RGB5163118-
CMYK0.9700.280.36
HSL162.91º94.05%32.94%-
HSV(B)162.91º96.93%63.92%-
XYZ16.4327.5321.59-
YUV110.63132.1552.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 163 (64.06% from 255) = 56.99%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=1.75%
G=56.99%
B=41.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51631180.9700.280.36162.9194.0532.94
Hex5A3766101C24a35e21
Octal52431661410344424313641
Binary1011010001111101101100001011100100100101000111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,163,118); }

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

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

 a { background-color: rgb(5,163,118); }

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

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

 span { border-color: rgb(5,163,118); }

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