#16AA96

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

Shades of Persian Green #16AA96

Tints of Persian Green #16AA96

Color information

#16AA96 (or 0x16AA96) is unknown color: approx Persian Green. HEX triplet: 16, AA and 96. RGB value is (22,170,150). Sum of RGB (Red+Green+Blue) = 22+170+150=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #16AA96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AA96 is #E95569. Grayscale: #7B7B7B. Windows color (decimal): -15291754 or 9873942. OLE color: 9873942.

HSL color Cylindrical-coordinate representation of color #16AA96: hue angle of 171.89º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AA96 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB22170150-
CMYK0.8700.120.33
HSL171.89º77.08%37.65%-
HSV(B)171.89º87.06%66.67%-
XYZ20.2131.1233.8-
YUV123.47142.9755.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.43%
GREEN value IS 170 (66.80% from 255) = 49.71%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=6.43%
G=49.71%
B=43.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal221701500.8700.120.33171.8977.0837.65
Hex16AA96570C21ac4d26
Octal262522261270144125411546
Binary101101010101010010110101011101100100001101011001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16AA96; }

 p { color: rgb(22,170,150); }

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

<style>
 a { background-color: #16AA96; }

 a { background-color: rgb(22,170,150); }

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

<style>
 span { border-color: #16AA96; }

 span { border-color: rgb(22,170,150); }

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