Html Css Color HEX #11AA97 Persian Green

📋 copy color: '#11AA97'

red 17 ◦ green 170 ◦ blue 151

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

Shades of Persian Green #11AA97

Tints of Persian Green #11AA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 5.03%
G = 50.3%
B = 44.67%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#11AA97 (or 0x11AA97) is known color: Persian Green. HEX triplet: 11, AA and 97. RGB value is (17,170,151). Sum of RGB (Red+Green+Blue) = 17+170+151=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AA97 is #EE5568. Grayscale: #7A7A7A. Windows color (decimal): -15619433 or 9939473. OLE color: 9939473.

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

Color convert

RGB 17 170 151 -
CMYK 0.9 0 0.11 0.33
HSL 172.55º 0.82% 0.37% -
HSV(B) 172.55º 0.9% 0.67% -
XYZ 20.19 31.1 34.22 -
YUV 122.09 144.31 53.04 -
System Red Green Blue C M Y K H S L
Decimal 17 170 151 0.9 0 0.11 0.33 172.55 0.82 0.37
Hex 11 AA 97 5A 0 B 21 AD 52 25
Octal 21 252 227 132 0 13 41 255 122 45
Binary 10001 10101010 10010111 1011010 0 1011 100001 10101101 1010010 100101

Color Harmonies of #11AA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AA97

Black with #11AA97

Text Example


Text Example

White with #11AA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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