Html Css Color HEX #11A297 Persian Green

📋 copy color: '#11A297'

red 17 ◦ green 162 ◦ blue 151

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

Shades of Persian Green #11A297

Tints of Persian Green #11A297

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.09%

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

R = 5.15%
G = 49.09%
B = 45.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#11A297 (or 0x11A297) is known color: Persian Green. HEX triplet: 11, A2 and 97. RGB value is (17,162,151). Sum of RGB (Red+Green+Blue) = 17+162+151=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #11A297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A297 is #EE5D68. Grayscale: #757575. Windows color (decimal): -15621481 or 9937425. OLE color: 9937425.

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

Color convert

RGB 17 162 151 -
CMYK 0.90 0 0.07 0.36
HSL 175.45º 0.81% 0.35% -
HSV(B) 175.45º 0.9% 0.64% -
XYZ 18.74 28.19 33.73 -
YUV 117.39 146.96 56.39 -
System Red Green Blue C M Y K H S L
Decimal 17 162 151 0.90 0 0.07 0.36 175.45 0.81 0.35
Hex 11 A2 97 5A 0 7 24 AF 51 23
Octal 21 242 227 132 0 7 44 257 121 43
Binary 10001 10100010 10010111 1011010 0 111 100100 10101111 1010001 100011

Color Harmonies of #11A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A297

Black with #11A297

Text Example


Text Example

White with #11A297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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