Html Css Color HEX #11A995 Persian Green

📋 copy color: '#11A995'

red 17 ◦ green 169 ◦ blue 149

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

Shades of Persian Green #11A995

Tints of Persian Green #11A995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.45%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 5.07%
G = 50.45%
B = 44.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#11A995 (or 0x11A995) is known color: Persian Green. HEX triplet: 11, A9 and 95. RGB value is (17,169,149). Sum of RGB (Red+Green+Blue) = 17+169+149=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #11A995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A995 is #EE566A. Grayscale: #797979. Windows color (decimal): -15619691 or 9808145. OLE color: 9808145.

HSL color Cylindrical-coordinate representation of color #11A995: hue angle of 172.11º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A995 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 169 149 -
CMYK 0.90 0 0.12 0.34
HSL 172.11º 0.82% 0.36% -
HSV(B) 172.11º 0.9% 0.66% -
XYZ 19.84 30.67 33.31 -
YUV 121.27 143.64 53.63 -
System Red Green Blue C M Y K H S L
Decimal 17 169 149 0.90 0 0.12 0.34 172.11 0.82 0.36
Hex 11 A9 95 5A 0 C 22 AC 52 24
Octal 21 251 225 132 0 14 42 254 122 44
Binary 10001 10101001 10010101 1011010 0 1100 100010 10101100 1010010 100100

Color Harmonies of #11A995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A995

Black with #11A995

Text Example


Text Example

White with #11A995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,169,149); }

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

background-color css

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

 a { background-color: rgb(17,169,149); }

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

border-color css

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

 span { border-color: rgb(17,169,149); }

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