#11A976

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

Shades of Free Speech Aquamarine #11A976

Tints of Free Speech Aquamarine #11A976

Color information

#11A976 (or 0x11A976) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, A9 and 76. RGB value is (17,169,118). Sum of RGB (Red+Green+Blue) = 17+169+118=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 169 (66.41% from 255 or 55.59% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 169 - color contains mainly: green. Hex color #11A976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A976 is #EE5689. Grayscale: #757575. Windows color (decimal): -15619722 or 7776529. OLE color: 7776529.

HSL color Cylindrical-coordinate representation of color #11A976: hue angle of 159.87º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A976 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB17169118-
CMYK0.9000.300.34
HSL159.87º81.72%36.47%-
HSV(B)159.87º89.94%66.27%-
XYZ17.6929.821.96-
YUV117.74128.1456.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.59%
GREEN value IS 169 (66.41% from 255) = 55.59%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=5.59%
G=55.59%
B=38.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal171691180.9000.300.34159.8781.7236.47
Hex11A9765A01E22a05224
Octal212511661320364224012244
Binary100011010100111101101011010011110100010101000001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11A976; }

 p { color: rgb(17,169,118); }

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

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

 a { background-color: rgb(17,169,118); }

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

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

 span { border-color: rgb(17,169,118); }

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