#32BE66

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

Shades of Medium Sea Green #32BE66

Tints of Medium Sea Green #32BE66

Color information

#32BE66 (or 0x32BE66) is unknown color: approx Medium Sea Green. HEX triplet: 32, BE and 66. RGB value is (50,190,102). Sum of RGB (Red+Green+Blue) = 50+190+102=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BE66 is #CD4199. Grayscale: #8A8A8A. Windows color (decimal): -13451674 or 6733362. OLE color: 6733362.

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

Color convert

RGB50190102-
CMYK0.7400.460.25
HSL142.29º58.33%47.06%-
HSV(B)142.29º73.68%74.51%-
XYZ22.1338.4618.83-
YUV138.11107.6265.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.62%
GREEN value IS 190 (74.61% from 255) = 55.56%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=14.62%
G=55.56%
B=29.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501901020.7400.460.25142.2958.3347.06
Hex32BE664A02E198e3a2f
Octal62276146112056312167257
Binary110010101111101100110100101001011101100110001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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