Html Css Color HEX #11A389 Persian Green

📋 copy color: '#11A389'

red 17 ◦ green 163 ◦ blue 137

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

Shades of Persian Green #11A389

Tints of Persian Green #11A389

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.42%

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 5.36%
G = 51.42%
B = 43.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#11A389 (or 0x11A389) is known color: Persian Green. HEX triplet: 11, A3 and 89. RGB value is (17,163,137). Sum of RGB (Red+Green+Blue) = 17+163+137=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #11A389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A389 is #EE5C76. Grayscale: #747474. Windows color (decimal): -15621239 or 9020177. OLE color: 9020177.

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

Color convert

RGB 17 163 137 -
CMYK 0.90 0 0.16 0.36
HSL 169.32º 0.81% 0.35% -
HSV(B) 169.32º 0.9% 0.64% -
XYZ 17.84 28.12 28.15 -
YUV 116.38 139.63 57.11 -
System Red Green Blue C M Y K H S L
Decimal 17 163 137 0.90 0 0.16 0.36 169.32 0.81 0.35
Hex 11 A3 89 5A 0 10 24 A9 51 23
Octal 21 243 211 132 0 20 44 251 121 43
Binary 10001 10100011 10001001 1011010 0 10000 100100 10101001 1010001 100011

Color Harmonies of #11A389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A389

Black with #11A389

Text Example


Text Example

White with #11A389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,163,137); }

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

background-color css

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

 a { background-color: rgb(17,163,137); }

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

border-color css

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

 span { border-color: rgb(17,163,137); }

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