#32BB6C

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

Shades of Medium Sea Green #32BB6C

Tints of Medium Sea Green #32BB6C

Color information

#32BB6C (or 0x32BB6C) is unknown color: approx Medium Sea Green. HEX triplet: 32, BB and 6C. RGB value is (50,187,108). Sum of RGB (Red+Green+Blue) = 50+187+108=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB6C is #CD4493. Grayscale: #898989. Windows color (decimal): -13452436 or 7125810. OLE color: 7125810.

HSL color Cylindrical-coordinate representation of color #32BB6C: hue angle of 145.4º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BB6C is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB50187108-
CMYK0.7300.420.27
HSL145.4º57.81%46.47%-
HSV(B)145.4º73.26%73.33%-
XYZ21.7937.320.24-
YUV137.03111.6165.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.49%
GREEN value IS 187 (73.44% from 255) = 54.20%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=14.49%
G=54.20%
B=31.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501871080.7300.420.27145.457.8146.47
Hex32BB6C4902A1B913a2e
Octal62273154111052332217256
Binary110010101110111101100100100101010101101110010001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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