#32CD6A

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

Shades of Medium Sea Green #32CD6A

Tints of Medium Sea Green #32CD6A

Color information

#32CD6A (or 0x32CD6A) is unknown color: approx Medium Sea Green. HEX triplet: 32, CD and 6A. RGB value is (50,205,106). Sum of RGB (Red+Green+Blue) = 50+205+106=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD6A is #CD3295. Grayscale: #939393. Windows color (decimal): -13447830 or 6999346. OLE color: 6999346.

HSL color Cylindrical-coordinate representation of color #32CD6A: hue angle of 141.68º 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 #32CD6A is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB50205106-
CMYK0.7600.480.20
HSL141.68º60.78%50%-
HSV(B)141.68º75.61%80.39%-
XYZ25.7545.3821.04-
YUV147.37104.6558.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.85%
GREEN value IS 205 (80.47% from 255) = 56.79%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=13.85%
G=56.79%
B=29.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal502051060.7600.480.20141.6860.7850
Hex32CD6A4C030148e3d32
Octal62315152114060242167562
Binary110010110011011101010100110001100001010010001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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