#32B16B

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

Shades of Medium Sea Green #32B16B

Tints of Medium Sea Green #32B16B

Color information

#32B16B (or 0x32B16B) is unknown color: approx Medium Sea Green. HEX triplet: 32, B1 and 6B. RGB value is (50,177,107). Sum of RGB (Red+Green+Blue) = 50+177+107=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #32B16B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B16B is #CD4E94. Grayscale: #838383. Windows color (decimal): -13454997 or 7057714. OLE color: 7057714.

HSL color Cylindrical-coordinate representation of color #32B16B: hue angle of 146.93º 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 #32B16B is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB50177107-
CMYK0.7200.400.31
HSL146.93º55.95%44.51%-
HSV(B)146.93º71.75%69.41%-
XYZ19.6933.1819.28-
YUV131.05114.4270.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.97%
GREEN value IS 177 (69.53% from 255) = 52.99%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=14.97%
G=52.99%
B=32.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501771070.7200.400.31146.9355.9544.51
Hex32B16B480281F93382d
Octal62261153110050372237055
Binary110010101100011101011100100001010001111110010011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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