#32BC81

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

Shades of Medium Sea Green #32BC81

Tints of Medium Sea Green #32BC81

Color information

#32BC81 (or 0x32BC81) is unknown color: approx Medium Sea Green. HEX triplet: 32, BC and 81. RGB value is (50,188,129). Sum of RGB (Red+Green+Blue) = 50+188+129=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BC81 is #CD437E. Grayscale: #8C8C8C. Windows color (decimal): -13452159 or 8502322. OLE color: 8502322.

HSL color Cylindrical-coordinate representation of color #32BC81: hue angle of 154.35º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC81 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB50188129-
CMYK0.7300.310.26
HSL154.35º57.98%46.67%-
HSV(B)154.35º73.4%73.73%-
XYZ23.2638.2326.92-
YUV140.01121.7863.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.62%
GREEN value IS 188 (73.83% from 255) = 51.23%
BLUE value IS 129 (50.78% from 255) = 35.15%
R=13.62%
G=51.23%
B=35.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501881290.7300.310.26154.3557.9846.67
Hex32BC814901F1A9a3a2f
Octal62274201111037322327257
Binary110010101111001000000110010010111111101010011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,188,129); }

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

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

 a { background-color: rgb(50,188,129); }

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

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

 span { border-color: rgb(50,188,129); }

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