#11A29F

Color #11A29F Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #11A29F

Tints of Persian Green #11A29F

Color information

#11A29F (or 0x11A29F) is unknown color: approx Persian Green. HEX triplet: 11, A2 and 9F. RGB value is (17,162,159). Sum of RGB (Red+Green+Blue) = 17+162+159=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #11A29F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A29F is #EE5D60. Grayscale: #767676. Windows color (decimal): -15621473 or 10461713. OLE color: 10461713.

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

Color convert

RGB17162159-
CMYK0.9000.020.36
HSL178.76º81.01%35.1%-
HSV(B)178.76º89.51%63.53%-
XYZ19.4128.4637.27-
YUV118.3150.9655.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.03%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=5.03%
G=47.93%
B=47.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal171621590.9000.020.36178.7681.0135.1
Hex11A29F5A0224b35123
Octal21242237132024426312143
Binary1000110100010100111111011010010100100101100111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,162,159); }

 H1.HeaderClassName
 {
   color: #11A29F;
 }
 .AnyTagClassName
 {
   color: #11A29F;
 }
</style>
background-color css

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

 a { background-color: rgb(17,162,159); }

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

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

 span { border-color: rgb(17,162,159); }

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