#11A180

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

Shades of Free Speech Aquamarine #11A180

Tints of Free Speech Aquamarine #11A180

Color information

#11A180 (or 0x11A180) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, A1 and 80. RGB value is (17,161,128). Sum of RGB (Red+Green+Blue) = 17+161+128=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #11A180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A180 is #EE5E7F. Grayscale: #727272. Windows color (decimal): -15621760 or 8429841. OLE color: 8429841.

HSL color Cylindrical-coordinate representation of color #11A180: hue angle of 166.25º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A180 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB17161128-
CMYK0.8900.200.37
HSL166.25º80.9%34.9%-
HSV(B)166.25º89.44%63.14%-
XYZ16.8727.1724.78-
YUV114.18135.7958.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.56%
GREEN value IS 161 (63.28% from 255) = 52.61%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=5.56%
G=52.61%
B=41.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal171611280.8900.200.37166.2580.934.9
Hex11A1805901425a65123
Octal212412001310244524612143
Binary1000110100001100000001011001010100100101101001101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,161,128); }

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

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

 a { background-color: rgb(17,161,128); }

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

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

 span { border-color: rgb(17,161,128); }

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