#11AA6F

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

Shades of Jade #11AA6F

Tints of Jade #11AA6F

Color information

#11AA6F (or 0x11AA6F) is unknown color: approx Jade. HEX triplet: 11, AA and 6F. RGB value is (17,170,111). Sum of RGB (Red+Green+Blue) = 17+170+111=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AA6F is #EE5590. Grayscale: #757575. Windows color (decimal): -15619473 or 7318033. OLE color: 7318033.

HSL color Cylindrical-coordinate representation of color #11AA6F: hue angle of 156.86º 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 #11AA6F is Cyan = 0.9, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17170111-
CMYK0.900.350.33
HSL156.86º81.82%36.67%-
HSV(B)156.86º90%66.67%-
XYZ17.4830.0219.91-
YUV117.53124.3156.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.70%
GREEN value IS 170 (66.80% from 255) = 57.05%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=5.70%
G=57.05%
B=37.25%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171701110.900.350.33156.8681.8236.67
Hex11AA6F5A023219d5225
Octal212521571320434123512245
Binary1000110101010110111110110100100011100001100111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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