Html Css Color HEX #11AB94 Persian Green

📋 copy color: '#11AB94'

red 17 ◦ green 171 ◦ blue 148

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

Shades of Persian Green #11AB94

Tints of Persian Green #11AB94

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.89%

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

R = 5.06%
G = 50.89%
B = 44.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#11AB94 (or 0x11AB94) is known color: Persian Green. HEX triplet: 11, AB and 94. RGB value is (17,171,148). Sum of RGB (Red+Green+Blue) = 17+171+148=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AB94 is #EE546B. Grayscale: #7A7A7A. Windows color (decimal): -15619180 or 9743121. OLE color: 9743121.

HSL color Cylindrical-coordinate representation of color #11AB94: hue angle of 171.04º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AB94 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 171 148 -
CMYK 0.90 0 0.13 0.33
HSL 171.04º 0.82% 0.37% -
HSV(B) 171.04º 0.9% 0.67% -
XYZ 20.14 31.38 33.01 -
YUV 122.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 17 171 148 0.90 0 0.13 0.33 171.04 0.82 0.37
Hex 11 AB 94 5A 0 D 21 AB 52 25
Octal 21 253 224 132 0 15 41 253 122 45
Binary 10001 10101011 10010100 1011010 0 1101 100001 10101011 1010010 100101

Color Harmonies of #11AB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AB94

Black with #11AB94

Text Example


Text Example

White with #11AB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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