#32CC7A

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

Shades of Medium Sea Green #32CC7A

Tints of Medium Sea Green #32CC7A

Color information

#32CC7A (or 0x32CC7A) is unknown color: approx Medium Sea Green. HEX triplet: 32, CC and 7A. RGB value is (50,204,122). Sum of RGB (Red+Green+Blue) = 50+204+122=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CC7A is #CD3385. Grayscale: #949494. Windows color (decimal): -13448070 or 8047666. OLE color: 8047666.

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

Color convert

RGB50204122-
CMYK0.7500.400.2
HSL148.05º60.63%49.8%-
HSV(B)148.05º75.49%80%-
XYZ26.4245.2725.76-
YUV148.61112.9857.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.30%
GREEN value IS 204 (80.08% from 255) = 54.26%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=13.30%
G=54.26%
B=32.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal502041220.7500.400.2148.0560.6349.8
Hex32CC7A4B02814943d32
Octal62314172113050242247562
Binary110010110011001111010100101101010001010010010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,204,122); }

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

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

 a { background-color: rgb(50,204,122); }

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

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

 span { border-color: rgb(50,204,122); }

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