#32CA5F

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

Shades of Medium Sea Green #32CA5F

Tints of Medium Sea Green #32CA5F

Color information

#32CA5F (or 0x32CA5F) is unknown color: approx Medium Sea Green. HEX triplet: 32, CA and 5F. RGB value is (50,202,95). Sum of RGB (Red+Green+Blue) = 50+202+95=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CA5F is #CD35A0. Grayscale: #909090. Windows color (decimal): -13448609 or 6277682. OLE color: 6277682.

HSL color Cylindrical-coordinate representation of color #32CA5F: hue angle of 137.76º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CA5F is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB5020295-
CMYK0.7500.530.21
HSL137.76º60.32%49.41%-
HSV(B)137.76º75.25%79.22%-
XYZ24.543.7517.98-
YUV144.35100.1460.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.41%
GREEN value IS 202 (79.30% from 255) = 58.21%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=14.41%
G=58.21%
B=27.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50202950.7500.530.21137.7660.3249.41
Hex32CA5F4B035158a3c31
Octal62312137113065252127461
Binary110010110010101011111100101101101011010110001010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,202,95); }

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

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

 a { background-color: rgb(50,202,95); }

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

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

 span { border-color: rgb(50,202,95); }

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