#11AA6C

Color #11AA6C Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #11AA6C

Tints of Jade #11AA6C

Color information

#11AA6C (or 0x11AA6C) is unknown color: approx Jade. HEX triplet: 11, AA and 6C. RGB value is (17,170,108). Sum of RGB (Red+Green+Blue) = 17+170+108=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AA6C is #EE5593. Grayscale: #757575. Windows color (decimal): -15619476 or 7121425. OLE color: 7121425.

HSL color Cylindrical-coordinate representation of color #11AA6C: hue angle of 155.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AA6C is Cyan = 0.9, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17170108-
CMYK0.900.360.33
HSL155.69º81.82%36.67%-
HSV(B)155.69º90%66.67%-
XYZ17.3129.9519.06-
YUV117.18122.8156.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.76%
GREEN value IS 170 (66.80% from 255) = 57.63%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=5.76%
G=57.63%
B=36.61%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171701080.900.360.33155.6981.8236.67
Hex11AA6C5A024219c5225
Octal212521541320444123412245
Binary1000110101010110110010110100100100100001100111001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,170,108); }

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

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

 a { background-color: rgb(17,170,108); }

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

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

 span { border-color: rgb(17,170,108); }

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