#32FFA8

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

Shades of Medium Spring Green #32FFA8

Tints of Medium Spring Green #32FFA8

Color information

#32FFA8 (or 0x32FFA8) is unknown color: approx Medium Spring Green. HEX triplet: 32, FF and A8. RGB value is (50,255,168). Sum of RGB (Red+Green+Blue) = 50+255+168=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FFA8 is #CD0057. Grayscale: #B7B7B7. Windows color (decimal): -13434968 or 11075378. OLE color: 11075378.

HSL color Cylindrical-coordinate representation of color #32FFA8: hue angle of 154.54º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFA8 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB50255168-
CMYK0.8000.340
HSL154.54º100%59.8%-
HSV(B)154.54º80.39%100%-
XYZ44.1475.0349.2-
YUV183.79119.0832.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.57%
GREEN value IS 255 (100% from 255) = 53.91%
BLUE value IS 168 (66.02% from 255) = 35.52%
R=10.57%
G=53.91%
B=35.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal502551680.8000.340154.5410059.8
Hex32FFA85002209b643c
Octal62377250120042023314474
Binary1100101111111110101000101000001000100100110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32FFA8; }

 p { color: rgb(50,255,168); }

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

<style>
 a { background-color: #32FFA8; }

 a { background-color: rgb(50,255,168); }

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

<style>
 span { border-color: #32FFA8; }

 span { border-color: rgb(50,255,168); }

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