#32BF7E

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

Shades of Medium Sea Green #32BF7E

Tints of Medium Sea Green #32BF7E

Color information

#32BF7E (or 0x32BF7E) is unknown color: approx Medium Sea Green. HEX triplet: 32, BF and 7E. RGB value is (50,191,126). Sum of RGB (Red+Green+Blue) = 50+191+126=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF7E is #CD4081. Grayscale: #8D8D8D. Windows color (decimal): -13451394 or 8306482. OLE color: 8306482.

HSL color Cylindrical-coordinate representation of color #32BF7E: hue angle of 152.34º degrees, saturation: 0.59, 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 #32BF7E is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB50191126-
CMYK0.7400.340.25
HSL152.34º58.51%47.25%-
HSV(B)152.34º73.82%74.9%-
XYZ23.7139.4526.1-
YUV141.43119.2962.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.62%
GREEN value IS 191 (75% from 255) = 52.04%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=13.62%
G=52.04%
B=34.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501911260.7400.340.25152.3458.5147.25
Hex32BF7E4A02219983b2f
Octal62277176112042312307357
Binary110010101111111111110100101001000101100110011000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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