Html Css Color HEX #11A097 Persian Green

📋 copy color: '#11A097'

red 17 ◦ green 160 ◦ blue 151

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

Shades of Persian Green #11A097

Tints of Persian Green #11A097

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.78%

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

R = 5.18%
G = 48.78%
B = 46.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#11A097 (or 0x11A097) is known color: Persian Green. HEX triplet: 11, A0 and 97. RGB value is (17,160,151). Sum of RGB (Red+Green+Blue) = 17+160+151=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #11A097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A097 is #EE5F68. Grayscale: #747474. Windows color (decimal): -15621993 or 9936913. OLE color: 9936913.

HSL color Cylindrical-coordinate representation of color #11A097: hue angle of 176.22º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A097 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 160 151 -
CMYK 0.89 0 0.06 0.37
HSL 176.22º 0.81% 0.35% -
HSV(B) 176.22º 0.89% 0.63% -
XYZ 18.39 27.5 33.62 -
YUV 116.22 147.62 57.23 -
System Red Green Blue C M Y K H S L
Decimal 17 160 151 0.89 0 0.06 0.37 176.22 0.81 0.35
Hex 11 A0 97 59 0 6 25 B0 51 23
Octal 21 240 227 131 0 6 45 260 121 43
Binary 10001 10100000 10010111 1011001 0 110 100101 10110000 1010001 100011

Color Harmonies of #11A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A097

Black with #11A097

Text Example


Text Example

White with #11A097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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