#32CA61

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

Shades of Medium Sea Green #32CA61

Tints of Medium Sea Green #32CA61

Color information

#32CA61 (or 0x32CA61) is unknown color: approx Medium Sea Green. HEX triplet: 32, CA and 61. RGB value is (50,202,97). Sum of RGB (Red+Green+Blue) = 50+202+97=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CA61 is #CD359E. Grayscale: #909090. Windows color (decimal): -13448607 or 6408754. OLE color: 6408754.

HSL color Cylindrical-coordinate representation of color #32CA61: hue angle of 138.55º 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 #32CA61 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB5020297-
CMYK0.7500.520.21
HSL138.55º60.32%49.41%-
HSV(B)138.55º75.25%79.22%-
XYZ24.5943.7818.46-
YUV144.58101.1460.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.33%
GREEN value IS 202 (79.30% from 255) = 57.88%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=14.33%
G=57.88%
B=27.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50202970.7500.520.21138.5560.3249.41
Hex32CA614B034158b3c31
Octal62312141113064252137461
Binary110010110010101100001100101101101001010110001011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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