Html Css Color HEX #11A699 Persian Green

📋 copy color: '#11A699'

red 17 ◦ green 166 ◦ blue 153

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

Shades of Persian Green #11A699

Tints of Persian Green #11A699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.4%

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 5.06%
G = 49.4%
B = 45.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#11A699 (or 0x11A699) is known color: Persian Green. HEX triplet: 11, A6 and 99. RGB value is (17,166,153). Sum of RGB (Red+Green+Blue) = 17+166+153=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #11A699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A699 is #EE5966. Grayscale: #777777. Windows color (decimal): -15620455 or 10069521. OLE color: 10069521.

HSL color Cylindrical-coordinate representation of color #11A699: hue angle of 174.77º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A699 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 166 153 -
CMYK 0.90 0 0.08 0.35
HSL 174.77º 0.81% 0.36% -
HSV(B) 174.77º 0.9% 0.65% -
XYZ 19.62 29.69 34.83 -
YUV 119.97 146.64 54.56 -
System Red Green Blue C M Y K H S L
Decimal 17 166 153 0.90 0 0.08 0.35 174.77 0.81 0.36
Hex 11 A6 99 5A 0 8 23 AF 51 24
Octal 21 246 231 132 0 10 43 257 121 44
Binary 10001 10100110 10011001 1011010 0 1000 100011 10101111 1010001 100100

Color Harmonies of #11A699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A699

Black with #11A699

Text Example


Text Example

White with #11A699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,166,153); }

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

background-color css

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

 a { background-color: rgb(17,166,153); }

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

border-color css

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

 span { border-color: rgb(17,166,153); }

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