#11ab96

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

Shades of Persian Green #11AB96

Tints of Persian Green #11AB96

Color information

#11AB96 (or 0x11AB96) is unknown color: approx Persian Green. HEX triplet: 11, AB and 96. RGB value is (17,171,150). Sum of RGB (Red+Green+Blue) = 17+171+150=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AB96 is #EE5469. Grayscale: #7A7A7A. Windows color (decimal): -15619178 or 9874193. OLE color: 9874193.

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

Color convert

RGB17171150-
CMYK0.9000.120.33
HSL171.82º81.91%36.86%-
HSV(B)171.82º90.06%67.06%-
XYZ20.331.4533.85-
YUV122.56143.4852.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.03%
GREEN value IS 171 (67.19% from 255) = 50.59%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=5.03%
G=50.59%
B=44.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171711500.9000.120.33171.8281.9136.86
Hex11AB965A0C21ac5225
Octal212532261320144125412245
Binary100011010101110010110101101001100100001101011001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11ab96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,171,150); }

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

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

 a { background-color: rgb(17,171,150); }

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

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

 span { border-color: rgb(17,171,150); }

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