#32C86F

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

Shades of Medium Sea Green #32C86F

Tints of Medium Sea Green #32C86F

Color information

#32C86F (or 0x32C86F) is unknown color: approx Medium Sea Green. HEX triplet: 32, C8 and 6F. RGB value is (50,200,111). Sum of RGB (Red+Green+Blue) = 50+200+111=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #32C86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C86F is #CD3790. Grayscale: #919191. Windows color (decimal): -13449105 or 7325746. OLE color: 7325746.

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

Color convert

RGB50200111-
CMYK0.7500.440.22
HSL144.4º60%49.02%-
HSV(B)144.4º75%78.43%-
XYZ24.8443.1322.06-
YUV145108.860.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.85%
GREEN value IS 200 (78.52% from 255) = 55.40%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=13.85%
G=55.40%
B=30.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal502001110.7500.440.22144.46049.02
Hex32C86F4B02C16903c31
Octal62310157113054262207461
Binary110010110010001101111100101101011001011010010000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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