#32BF6E

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

Shades of Medium Sea Green #32BF6E

Tints of Medium Sea Green #32BF6E

Color information

#32BF6E (or 0x32BF6E) is unknown color: approx Medium Sea Green. HEX triplet: 32, BF and 6E. RGB value is (50,191,110). Sum of RGB (Red+Green+Blue) = 50+191+110=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF6E is #CD4091. Grayscale: #8B8B8B. Windows color (decimal): -13451410 or 7257906. OLE color: 7257906.

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

Color convert

RGB50191110-
CMYK0.7400.420.25
HSL145.53º58.51%47.25%-
HSV(B)145.53º73.82%74.9%-
XYZ22.7639.0721.09-
YUV139.61111.2964.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.25%
GREEN value IS 191 (75% from 255) = 54.42%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=14.25%
G=54.42%
B=31.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501911100.7400.420.25145.5358.5147.25
Hex32BF6E4A02A19923b2f
Octal62277156112052312227357
Binary110010101111111101110100101001010101100110010010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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