#11AA92

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

Shades of Persian Green #11AA92

Tints of Persian Green #11AA92

Color information

#11AA92 (or 0x11AA92) is unknown color: approx Persian Green. HEX triplet: 11, AA and 92. RGB value is (17,170,146). Sum of RGB (Red+Green+Blue) = 17+170+146=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AA92 is #EE556D. Grayscale: #797979. Windows color (decimal): -15619438 or 9611793. OLE color: 9611793.

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

Color convert

RGB17170146-
CMYK0.900.140.33
HSL170.59º81.82%36.67%-
HSV(B)170.59º90%66.67%-
XYZ19.7930.9432.12-
YUV121.52141.8153.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.11%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=5.11%
G=51.05%
B=43.84%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171701460.900.140.33170.5981.8236.67
Hex11AA925A0E21ab5225
Octal212522221320164125312245
Binary100011010101010010010101101001110100001101010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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