#32BB7D

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

Shades of Medium Sea Green #32BB7D

Tints of Medium Sea Green #32BB7D

Color information

#32BB7D (or 0x32BB7D) is unknown color: approx Medium Sea Green. HEX triplet: 32, BB and 7D. RGB value is (50,187,125). Sum of RGB (Red+Green+Blue) = 50+187+125=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB7D is #CD4482. Grayscale: #8B8B8B. Windows color (decimal): -13452419 or 8239922. OLE color: 8239922.

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

Color convert

RGB50187125-
CMYK0.7300.330.27
HSL152.85º57.81%46.47%-
HSV(B)152.85º73.26%73.33%-
XYZ22.7937.725.48-
YUV138.97120.1164.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.81%
GREEN value IS 187 (73.44% from 255) = 51.66%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=13.81%
G=51.66%
B=34.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501871250.7300.330.27152.8557.8146.47
Hex32BB7D490211B993a2e
Octal62273175111041332317256
Binary110010101110111111101100100101000011101110011001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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