Html Css Color HEX #11A28E Persian Green

📋 copy color: '#11A28E'

red 17 ◦ green 162 ◦ blue 142

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

Shades of Persian Green #11A28E

Tints of Persian Green #11A28E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.47%

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 5.3%
G = 50.47%
B = 44.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#11A28E (or 0x11A28E) is known color: Persian Green. HEX triplet: 11, A2 and 8E. RGB value is (17,162,142). Sum of RGB (Red+Green+Blue) = 17+162+142=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #11A28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A28E is #EE5D71. Grayscale: #747474. Windows color (decimal): -15621490 or 9347601. OLE color: 9347601.

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

Color convert

RGB 17 162 142 -
CMYK 0.90 0 0.12 0.36
HSL 171.72º 0.81% 0.35% -
HSV(B) 171.72º 0.9% 0.64% -
XYZ 18.03 27.91 30.03 -
YUV 116.37 142.46 57.13 -
System Red Green Blue C M Y K H S L
Decimal 17 162 142 0.90 0 0.12 0.36 171.72 0.81 0.35
Hex 11 A2 8E 5A 0 C 24 AC 51 23
Octal 21 242 216 132 0 14 44 254 121 43
Binary 10001 10100010 10001110 1011010 0 1100 100100 10101100 1010001 100011

Color Harmonies of #11A28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A28E

Black with #11A28E

Text Example


Text Example

White with #11A28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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