#16F2AC

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

Shades of Medium Spring Green #16F2AC

Tints of Medium Spring Green #16F2AC

Color information

#16F2AC (or 0x16F2AC) is unknown color: approx Medium Spring Green. HEX triplet: 16, F2 and AC. RGB value is (22,242,172). Sum of RGB (Red+Green+Blue) = 22+242+172=436 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.05% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #16F2AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #16F2AC is #E90D53. Grayscale: #A8A8A8. Windows color (decimal): -15273300 or 11334166. OLE color: 11334166.

HSL color Cylindrical-coordinate representation of color #16F2AC: hue angle of 160.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F2AC is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB22242172-
CMYK0.9100.290.05
HSL160.91º89.43%51.76%-
HSV(B)160.91º90.91%94.9%-
XYZ39.5366.6549.81-
YUV168.24130.1123.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.05%
GREEN value IS 242 (94.92% from 255) = 55.50%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=5.05%
G=55.50%
B=39.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal222421720.9100.290.05160.9189.4351.76
Hex16F2AC5B01D5a15934
Octal26362254133035524113164
Binary1011011110010101011001011011011101101101000011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16F2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,242,172); }

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

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

 a { background-color: rgb(22,242,172); }

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

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

 span { border-color: rgb(22,242,172); }

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