#32AD74

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

Shades of Medium Sea Green #32AD74

Tints of Medium Sea Green #32AD74

Color information

#32AD74 (or 0x32AD74) is unknown color: approx Medium Sea Green. HEX triplet: 32, AD and 74. RGB value is (50,173,116). Sum of RGB (Red+Green+Blue) = 50+173+116=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AD74 is #CD528B. Grayscale: #818181. Windows color (decimal): -13456012 or 7646514. OLE color: 7646514.

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

Color convert

RGB50173116-
CMYK0.7100.330.32
HSL152.2º55.16%43.73%-
HSV(B)152.2º71.1%67.84%-
XYZ19.4131.8321.64-
YUV129.72120.2571.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.75%
GREEN value IS 173 (67.97% from 255) = 51.03%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=14.75%
G=51.03%
B=34.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501731160.7100.330.32152.255.1643.73
Hex32AD74470212098372c
Octal62255164107041402306754
Binary1100101010110111101001000111010000110000010011000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,173,116); }

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

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

 a { background-color: rgb(50,173,116); }

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

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

 span { border-color: rgb(50,173,116); }

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