#32C86E

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

Shades of Medium Sea Green #32C86E

Tints of Medium Sea Green #32C86E

Color information

#32C86E (or 0x32C86E) is unknown color: approx Medium Sea Green. HEX triplet: 32, C8 and 6E. RGB value is (50,200,110). Sum of RGB (Red+Green+Blue) = 50+200+110=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #32C86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C86E is #CD3791. Grayscale: #919191. Windows color (decimal): -13449106 or 7260210. OLE color: 7260210.

HSL color Cylindrical-coordinate representation of color #32C86E: hue angle of 144º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C86E is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB50200110-
CMYK0.7500.450.22
HSL144º60%49.02%-
HSV(B)144º75%78.43%-
XYZ24.7843.1121.77-
YUV144.89108.360.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 200 (78.52% from 255) = 55.56%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=13.89%
G=55.56%
B=30.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal502001100.7500.450.221446049.02
Hex32C86E4B02D16903c31
Octal62310156113055262207461
Binary110010110010001101110100101101011011011010010000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,200,110); }

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

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

 a { background-color: rgb(50,200,110); }

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

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

 span { border-color: rgb(50,200,110); }

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