#11AA91

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

Shades of Persian Green #11AA91

Tints of Persian Green #11AA91

Color information

#11AA91 (or 0x11AA91) is unknown color: approx Persian Green. HEX triplet: 11, AA and 91. RGB value is (17,170,145). Sum of RGB (Red+Green+Blue) = 17+170+145=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AA91 is #EE556E. Grayscale: #797979. Windows color (decimal): -15619439 or 9546257. OLE color: 9546257.

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

Color convert

RGB17170145-
CMYK0.900.150.33
HSL170.2º81.82%36.67%-
HSV(B)170.2º90%66.67%-
XYZ19.7230.9131.72-
YUV121.4141.3153.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.12%
GREEN value IS 170 (66.80% from 255) = 51.20%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=5.12%
G=51.20%
B=43.67%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171701450.900.150.33170.281.8236.67
Hex11AA915A0F21aa5225
Octal212522211320174125212245
Binary100011010101010010001101101001111100001101010101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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