#32BB7E

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

Shades of Medium Sea Green #32BB7E

Tints of Medium Sea Green #32BB7E

Color information

#32BB7E (or 0x32BB7E) is unknown color: approx Medium Sea Green. HEX triplet: 32, BB and 7E. RGB value is (50,187,126). Sum of RGB (Red+Green+Blue) = 50+187+126=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB7E is #CD4481. Grayscale: #8B8B8B. Windows color (decimal): -13452418 or 8305458. OLE color: 8305458.

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

Color convert

RGB50187126-
CMYK0.7300.330.27
HSL153.28º57.81%46.47%-
HSV(B)153.28º73.26%73.33%-
XYZ22.8537.7325.82-
YUV139.08120.6164.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 187 (73.44% from 255) = 51.52%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=13.77%
G=51.52%
B=34.71%

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
Decimal501871260.7300.330.27153.2857.8146.47
Hex32BB7E490211B993a2e
Octal62273176111041332317256
Binary110010101110111111110100100101000011101110011001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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