#32AC72

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

Shades of Medium Sea Green #32AC72

Tints of Medium Sea Green #32AC72

Color information

#32AC72 (or 0x32AC72) is unknown color: approx Medium Sea Green. HEX triplet: 32, AC and 72. RGB value is (50,172,114). Sum of RGB (Red+Green+Blue) = 50+172+114=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AC72 is #CD538D. Grayscale: #818181. Windows color (decimal): -13456270 or 7515186. OLE color: 7515186.

HSL color Cylindrical-coordinate representation of color #32AC72: hue angle of 151.48º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC72 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB50172114-
CMYK0.7100.340.33
HSL151.48º54.95%43.53%-
HSV(B)151.48º70.93%67.45%-
XYZ19.1131.420.97-
YUV128.91119.5871.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.88%
GREEN value IS 172 (67.58% from 255) = 51.19%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=14.88%
G=51.19%
B=33.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501721140.7100.340.33151.4854.9543.53
Hex32AC72470222197372c
Octal62254162107042412276754
Binary1100101010110011100101000111010001010000110010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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