Html Css Color HEX #11A194 Persian Green

📋 copy color: '#11A194'

red 17 ◦ green 161 ◦ blue 148

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

Shades of Persian Green #11A194

Tints of Persian Green #11A194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.39%

 BLUE value IS 148 (58.2% from 255) = 45.4%

R = 5.21%
G = 49.39%
B = 45.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#11A194 (or 0x11A194) is known color: Persian Green. HEX triplet: 11, A1 and 94. RGB value is (17,161,148). Sum of RGB (Red+Green+Blue) = 17+161+148=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #11A194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A194 is #EE5E6B. Grayscale: #747474. Windows color (decimal): -15621740 or 9740561. OLE color: 9740561.

HSL color Cylindrical-coordinate representation of color #11A194: hue angle of 174.58º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A194 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 161 148 -
CMYK 0.89 0 0.08 0.37
HSL 174.58º 0.81% 0.35% -
HSV(B) 174.58º 0.89% 0.63% -
XYZ 18.32 27.75 32.41 -
YUV 116.46 145.79 57.06 -
System Red Green Blue C M Y K H S L
Decimal 17 161 148 0.89 0 0.08 0.37 174.58 0.81 0.35
Hex 11 A1 94 59 0 8 25 AF 51 23
Octal 21 241 224 131 0 10 45 257 121 43
Binary 10001 10100001 10010100 1011001 0 1000 100101 10101111 1010001 100011

Color Harmonies of #11A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A194

Black with #11A194

Text Example


Text Example

White with #11A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,161,148); }

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

background-color css

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

 a { background-color: rgb(17,161,148); }

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

border-color css

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

 span { border-color: rgb(17,161,148); }

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