#32B16C

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

Shades of Medium Sea Green #32B16C

Tints of Medium Sea Green #32B16C

Color information

#32B16C (or 0x32B16C) is unknown color: approx Medium Sea Green. HEX triplet: 32, B1 and 6C. RGB value is (50,177,108). Sum of RGB (Red+Green+Blue) = 50+177+108=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #32B16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B16C is #CD4E93. Grayscale: #838383. Windows color (decimal): -13454996 or 7123250. OLE color: 7123250.

HSL color Cylindrical-coordinate representation of color #32B16C: hue angle of 147.4º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B16C is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB50177108-
CMYK0.7200.390.31
HSL147.4º55.95%44.51%-
HSV(B)147.4º71.75%69.41%-
XYZ19.7433.2119.56-
YUV131.16114.9270.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 177 (69.53% from 255) = 52.84%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=14.93%
G=52.84%
B=32.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501771080.7200.390.31147.455.9544.51
Hex32B16C480271F93382d
Octal62261154110047372237055
Binary110010101100011101100100100001001111111110010011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,177,108); }

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

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

 a { background-color: rgb(50,177,108); }

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

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

 span { border-color: rgb(50,177,108); }

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