#32A272

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

Shades of Medium Sea Green #32A272

Tints of Medium Sea Green #32A272

Color information

#32A272 (or 0x32A272) is unknown color: approx Medium Sea Green. HEX triplet: 32, A2 and 72. RGB value is (50,162,114). Sum of RGB (Red+Green+Blue) = 50+162+114=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #32A272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A272 is #CD5D8D. Grayscale: #7B7B7B. Windows color (decimal): -13458830 or 7512626. OLE color: 7512626.

HSL color Cylindrical-coordinate representation of color #32A272: hue angle of 154.29º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A272 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB50162114-
CMYK0.6900.300.36
HSL154.29º52.83%41.57%-
HSV(B)154.29º69.14%63.53%-
XYZ17.2727.7320.36-
YUV123.04122.8975.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 162 (63.67% from 255) = 49.69%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=15.34%
G=49.69%
B=34.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501621140.6900.300.36154.2952.8341.57
Hex32A2724501E249a352a
Octal62242162105036442326552
Binary110010101000101110010100010101111010010010011010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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