#32BF72

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

Shades of Medium Sea Green #32BF72

Tints of Medium Sea Green #32BF72

Color information

#32BF72 (or 0x32BF72) is unknown color: approx Medium Sea Green. HEX triplet: 32, BF and 72. RGB value is (50,191,114). Sum of RGB (Red+Green+Blue) = 50+191+114=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF72 is #CD408D. Grayscale: #8C8C8C. Windows color (decimal): -13451406 or 7520050. OLE color: 7520050.

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

Color convert

RGB50191114-
CMYK0.7400.400.25
HSL147.23º58.51%47.25%-
HSV(B)147.23º73.82%74.9%-
XYZ22.9839.1522.27-
YUV140.06113.2963.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.08%
GREEN value IS 191 (75% from 255) = 53.80%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=14.08%
G=53.80%
B=32.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501911140.7400.400.25147.2358.5147.25
Hex32BF724A02819933b2f
Octal62277162112050312237357
Binary110010101111111110010100101001010001100110010011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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