#32CD64

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

Shades of Medium Sea Green #32CD64

Tints of Medium Sea Green #32CD64

Color information

#32CD64 (or 0x32CD64) is unknown color: approx Medium Sea Green. HEX triplet: 32, CD and 64. RGB value is (50,205,100). Sum of RGB (Red+Green+Blue) = 50+205+100=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD64 is #CD329B. Grayscale: #929292. Windows color (decimal): -13447836 or 6606130. OLE color: 6606130.

HSL color Cylindrical-coordinate representation of color #32CD64: hue angle of 139.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD64 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB50205100-
CMYK0.7600.510.20
HSL139.35º60.78%50%-
HSV(B)139.35º75.61%80.39%-
XYZ25.4545.2619.45-
YUV146.68101.6559.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.08%
GREEN value IS 205 (80.47% from 255) = 57.75%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=14.08%
G=57.75%
B=28.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal502051000.7600.510.20139.3560.7850
Hex32CD644C033148b3d32
Octal62315144114063242137562
Binary110010110011011100100100110001100111010010001011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,205,100); }

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

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

 a { background-color: rgb(50,205,100); }

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

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

 span { border-color: rgb(50,205,100); }

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