#16EFAF

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

Shades of Medium Spring Green #16EFAF

Tints of Medium Spring Green #16EFAF

Color information

#16EFAF (or 0x16EFAF) is unknown color: approx Medium Spring Green. HEX triplet: 16, EF and AF. RGB value is (22,239,175). Sum of RGB (Red+Green+Blue) = 22+239+175=436 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.05% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #16EFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #16EFAF is #E91050. Grayscale: #A6A6A6. Windows color (decimal): -15274065 or 11530006. OLE color: 11530006.

HSL color Cylindrical-coordinate representation of color #16EFAF: hue angle of 162.3º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16EFAF is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB22239175-
CMYK0.9100.270.06
HSL162.3º87.15%51.18%-
HSV(B)162.3º90.79%93.73%-
XYZ38.946551.05-
YUV166.82132.6124.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.05%
GREEN value IS 239 (93.75% from 255) = 54.82%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=5.05%
G=54.82%
B=40.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal222391750.9100.270.06162.387.1551.18
Hex16EFAF5B01B6a25733
Octal26357257133033624212763
Binary1011011101111101011111011011011011110101000101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,239,175); }

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

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

 a { background-color: rgb(22,239,175); }

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

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

 span { border-color: rgb(22,239,175); }

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