Html Css Color HEX #11A497 Persian Green

📋 copy color: '#11A497'

red 17 ◦ green 164 ◦ blue 151

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

Shades of Persian Green #11A497

Tints of Persian Green #11A497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.4%

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

R = 5.12%
G = 49.4%
B = 45.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#11A497 (or 0x11A497) is known color: Persian Green. HEX triplet: 11, A4 and 97. RGB value is (17,164,151). Sum of RGB (Red+Green+Blue) = 17+164+151=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #11A497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A497 is #EE5B68. Grayscale: #767676. Windows color (decimal): -15620969 or 9937937. OLE color: 9937937.

HSL color Cylindrical-coordinate representation of color #11A497: hue angle of 174.69º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A497 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 164 151 -
CMYK 0.90 0 0.08 0.36
HSL 174.69º 0.81% 0.35% -
HSV(B) 174.69º 0.9% 0.64% -
XYZ 19.09 28.9 33.85 -
YUV 118.57 146.3 55.56 -
System Red Green Blue C M Y K H S L
Decimal 17 164 151 0.90 0 0.08 0.36 174.69 0.81 0.35
Hex 11 A4 97 5A 0 8 24 AF 51 23
Octal 21 244 227 132 0 10 44 257 121 43
Binary 10001 10100100 10010111 1011010 0 1000 100100 10101111 1010001 100011

Color Harmonies of #11A497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A497

Black with #11A497

Text Example


Text Example

White with #11A497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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