Html Css Color HEX #11AA96 Persian Green

📋 copy color: '#11AA96'

red 17 ◦ green 170 ◦ blue 150

#11AA96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #11AA96

Tints of Persian Green #11AA96

RGB

 RED value IS 17 (7.03% from 255) = 5.04%

 GREEN value IS 170 (66.8% from 255) = 50.45%

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 5.04%
G = 50.45%
B = 44.51%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#11AA96 (or 0x11AA96) is known color: Persian Green. HEX triplet: 11, AA and 96. RGB value is (17,170,150). Sum of RGB (Red+Green+Blue) = 17+170+150=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AA96 is #EE5569. Grayscale: #797979. Windows color (decimal): -15619434 or 9873937. OLE color: 9873937.

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

Color convert

RGB 17 170 150 -
CMYK 0.9 0 0.12 0.33
HSL 172.16º 0.82% 0.37% -
HSV(B) 172.16º 0.9% 0.67% -
XYZ 20.11 31.07 33.79 -
YUV 121.97 143.81 53.13 -
System Red Green Blue C M Y K H S L
Decimal 17 170 150 0.9 0 0.12 0.33 172.16 0.82 0.37
Hex 11 AA 96 5A 0 C 21 AC 52 25
Octal 21 252 226 132 0 14 41 254 122 45
Binary 10001 10101010 10010110 1011010 0 1100 100001 10101100 1010010 100101

Color Harmonies of #11AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AA96

Black with #11AA96

Text Example


Text Example

White with #11AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11AA96;
 }
 .AnyTagClassName
 {
   color: #11AA96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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