#32C365

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

Shades of Medium Sea Green #32C365

Tints of Medium Sea Green #32C365

Color information

#32C365 (or 0x32C365) is unknown color: approx Medium Sea Green. HEX triplet: 32, C3 and 65. RGB value is (50,195,101). Sum of RGB (Red+Green+Blue) = 50+195+101=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #32C365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C365 is #CD3C9A. Grayscale: #8D8D8D. Windows color (decimal): -13450395 or 6669106. OLE color: 6669106.

HSL color Cylindrical-coordinate representation of color #32C365: hue angle of 141.1º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C365 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB50195101-
CMYK0.7400.480.24
HSL141.1º59.18%48.04%-
HSV(B)141.1º74.36%76.47%-
XYZ23.1840.6518.94-
YUV140.93105.4663.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.45%
GREEN value IS 195 (76.56% from 255) = 56.36%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=14.45%
G=56.36%
B=29.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501951010.7400.480.24141.159.1848.04
Hex32C3654A030188d3b30
Octal62303145112060302157360
Binary110010110000111100101100101001100001100010001101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,195,101); }

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

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

 a { background-color: rgb(50,195,101); }

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

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

 span { border-color: rgb(50,195,101); }

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