#32BA66

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

Shades of Medium Sea Green #32BA66

Tints of Medium Sea Green #32BA66

Color information

#32BA66 (or 0x32BA66) is unknown color: approx Medium Sea Green. HEX triplet: 32, BA and 66. RGB value is (50,186,102). Sum of RGB (Red+Green+Blue) = 50+186+102=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA66 is #CD4599. Grayscale: #878787. Windows color (decimal): -13452698 or 6732338. OLE color: 6732338.

HSL color Cylindrical-coordinate representation of color #32BA66: hue angle of 142.94º 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 #32BA66 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB50186102-
CMYK0.7300.450.27
HSL142.94º57.63%46.27%-
HSV(B)142.94º73.12%72.94%-
XYZ21.2736.7618.54-
YUV135.76108.9466.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.79%
GREEN value IS 186 (73.05% from 255) = 55.03%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=14.79%
G=55.03%
B=30.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501861020.7300.450.27142.9457.6346.27
Hex32BA664902D1B8f3a2e
Octal62272146111055332177256
Binary110010101110101100110100100101011011101110001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,186,102); }

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

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

 a { background-color: rgb(50,186,102); }

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

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

 span { border-color: rgb(50,186,102); }

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