#32CA6B

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

Shades of Medium Sea Green #32CA6B

Tints of Medium Sea Green #32CA6B

Color information

#32CA6B (or 0x32CA6B) is unknown color: approx Medium Sea Green. HEX triplet: 32, CA and 6B. RGB value is (50,202,107). Sum of RGB (Red+Green+Blue) = 50+202+107=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CA6B is #CD3594. Grayscale: #919191. Windows color (decimal): -13448597 or 7064114. OLE color: 7064114.

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

Color convert

RGB50202107-
CMYK0.7500.470.21
HSL142.5º60.32%49.41%-
HSV(B)142.5º75.25%79.22%-
XYZ25.0943.9821.08-
YUV145.72106.1459.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.93%
GREEN value IS 202 (79.30% from 255) = 56.27%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=13.93%
G=56.27%
B=29.81%

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
Decimal502021070.7500.470.21142.560.3249.41
Hex32CA6B4B02F158e3c31
Octal62312153113057252167461
Binary110010110010101101011100101101011111010110001110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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