Html Css Color HEX #11A29D Persian Green

📋 copy color: '#11A29D'

red 17 ◦ green 162 ◦ blue 157

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

Shades of Persian Green #11A29D

Tints of Persian Green #11A29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 5.06%
G = 48.21%
B = 46.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#11A29D (or 0x11A29D) is known color: Persian Green. HEX triplet: 11, A2 and 9D. RGB value is (17,162,157). Sum of RGB (Red+Green+Blue) = 17+162+157=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #11A29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A29D is #EE5D62. Grayscale: #757575. Windows color (decimal): -15621475 or 10330641. OLE color: 10330641.

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

Color convert

RGB 17 162 157 -
CMYK 0.90 0 0.03 0.36
HSL 177.93º 0.81% 0.35% -
HSV(B) 177.93º 0.9% 0.64% -
XYZ 19.24 28.39 36.37 -
YUV 118.08 149.96 55.91 -
System Red Green Blue C M Y K H S L
Decimal 17 162 157 0.90 0 0.03 0.36 177.93 0.81 0.35
Hex 11 A2 9D 5A 0 3 24 B2 51 23
Octal 21 242 235 132 0 3 44 262 121 43
Binary 10001 10100010 10011101 1011010 0 11 100100 10110010 1010001 100011

Color Harmonies of #11A29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A29D

Black with #11A29D

Text Example


Text Example

White with #11A29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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