Html Css Color HEX #11A49B Persian Green

📋 copy color: '#11A49B'

red 17 ◦ green 164 ◦ blue 155

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

Shades of Persian Green #11A49B

Tints of Persian Green #11A49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 5.06%
G = 48.81%
B = 46.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#11A49B (or 0x11A49B) is known color: Persian Green. HEX triplet: 11, A4 and 9B. RGB value is (17,164,155). Sum of RGB (Red+Green+Blue) = 17+164+155=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #11A49B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A49B is #EE5B64. Grayscale: #767676. Windows color (decimal): -15620965 or 10200081. OLE color: 10200081.

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

Color convert

RGB 17 164 155 -
CMYK 0.90 0 0.05 0.36
HSL 176.33º 0.81% 0.35% -
HSV(B) 176.33º 0.9% 0.64% -
XYZ 19.42 29.04 35.59 -
YUV 119.02 148.3 55.23 -
System Red Green Blue C M Y K H S L
Decimal 17 164 155 0.90 0 0.05 0.36 176.33 0.81 0.35
Hex 11 A4 9B 5A 0 5 24 B0 51 23
Octal 21 244 233 132 0 5 44 260 121 43
Binary 10001 10100100 10011011 1011010 0 101 100100 10110000 1010001 100011

Color Harmonies of #11A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A49B

Black with #11A49B

Text Example


Text Example

White with #11A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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