#32ba65

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

Shades of Medium Sea Green #32BA65

Tints of Medium Sea Green #32BA65

Color information

#32BA65 (or 0x32BA65) is unknown color: approx Medium Sea Green. HEX triplet: 32, BA and 65. RGB value is (50,186,101). Sum of RGB (Red+Green+Blue) = 50+186+101=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA65 is #CD459A. Grayscale: #878787. Windows color (decimal): -13452699 or 6666802. OLE color: 6666802.

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

Color convert

RGB50186101-
CMYK0.7300.460.27
HSL142.5º57.63%46.27%-
HSV(B)142.5º73.12%72.94%-
XYZ21.2236.7418.28-
YUV135.65108.4466.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.84%
GREEN value IS 186 (73.05% from 255) = 55.19%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=14.84%
G=55.19%
B=29.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501861010.7300.460.27142.557.6346.27
Hex32BA654902E1B8e3a2e
Octal62272145111056332167256
Binary110010101110101100101100100101011101101110001110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ba65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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