#32CA6C

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

Shades of Medium Sea Green #32CA6C

Tints of Medium Sea Green #32CA6C

Color information

#32CA6C (or 0x32CA6C) is unknown color: approx Medium Sea Green. HEX triplet: 32, CA and 6C. RGB value is (50,202,108). Sum of RGB (Red+Green+Blue) = 50+202+108=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CA6C is #CD3593. Grayscale: #929292. Windows color (decimal): -13448596 or 7129650. OLE color: 7129650.

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

Color convert

RGB50202108-
CMYK0.7500.470.21
HSL142.89º60.32%49.41%-
HSV(B)142.89º75.25%79.22%-
XYZ25.144421.36-
YUV145.84106.6459.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 202 (79.30% from 255) = 56.11%
BLUE value IS 108 (42.58% from 255) = 30%
R=13.89%
G=56.11%
B=30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal502021080.7500.470.21142.8960.3249.41
Hex32CA6C4B02F158f3c31
Octal62312154113057252177461
Binary110010110010101101100100101101011111010110001111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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