#32BB70

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

Shades of Medium Sea Green #32BB70

Tints of Medium Sea Green #32BB70

Color information

#32BB70 (or 0x32BB70) is unknown color: approx Medium Sea Green. HEX triplet: 32, BB and 70. RGB value is (50,187,112). Sum of RGB (Red+Green+Blue) = 50+187+112=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB70 is #CD448F. Grayscale: #898989. Windows color (decimal): -13452432 or 7387954. OLE color: 7387954.

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

Color convert

RGB50187112-
CMYK0.7300.400.27
HSL147.15º57.81%46.47%-
HSV(B)147.15º73.26%73.33%-
XYZ22.0137.3921.39-
YUV137.49113.6165.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.33%
GREEN value IS 187 (73.44% from 255) = 53.58%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=14.33%
G=53.58%
B=32.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501871120.7300.400.27147.1557.8146.47
Hex32BB70490281B933a2e
Octal62273160111050332237256
Binary110010101110111110000100100101010001101110010011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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