#29F8AF

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

Shades of Medium Spring Green #29F8AF

Tints of Medium Spring Green #29F8AF

Color information

#29F8AF (or 0x29F8AF) is unknown color: approx Medium Spring Green. HEX triplet: 29, F8 and AF. RGB value is (41,248,175). Sum of RGB (Red+Green+Blue) = 41+248+175=464 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.84% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #29F8AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #29F8AF is #D60750. Grayscale: #B1B1B1. Windows color (decimal): -14026577 or 11532329. OLE color: 11532329.

HSL color Cylindrical-coordinate representation of color #29F8AF: hue angle of 158.84º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F8AF is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB41248175-
CMYK0.8300.290.03
HSL158.84º93.67%56.67%-
HSV(B)158.84º83.47%97.25%-
XYZ42.2270.751.98-
YUV177.78126.4230.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.84%
GREEN value IS 248 (97.27% from 255) = 53.45%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=8.84%
G=53.45%
B=37.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal412481750.8300.290.03158.8493.6756.67
Hex29F8AF5301D39f5e39
Octal51370257123035323713671
Binary1010011111100010101111101001101110111100111111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29F8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29F8AF; }

 p { color: rgb(41,248,175); }

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

<style>
 a { background-color: #29F8AF; }

 a { background-color: rgb(41,248,175); }

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

<style>
 span { border-color: #29F8AF; }

 span { border-color: rgb(41,248,175); }

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