#32BD6A

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

Shades of Medium Sea Green #32BD6A

Tints of Medium Sea Green #32BD6A

Color information

#32BD6A (or 0x32BD6A) is unknown color: approx Medium Sea Green. HEX triplet: 32, BD and 6A. RGB value is (50,189,106). Sum of RGB (Red+Green+Blue) = 50+189+106=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BD6A is #CD4295. Grayscale: #8A8A8A. Windows color (decimal): -13451926 or 6995250. OLE color: 6995250.

HSL color Cylindrical-coordinate representation of color #32BD6A: hue angle of 144.17º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD6A is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB50189106-
CMYK0.7400.440.26
HSL144.17º58.16%46.86%-
HSV(B)144.17º73.54%74.12%-
XYZ22.1138.1119.83-
YUV137.98109.9565.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.49%
GREEN value IS 189 (74.22% from 255) = 54.78%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=14.49%
G=54.78%
B=30.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501891060.7400.440.26144.1758.1646.86
Hex32BD6A4A02C1A903a2f
Octal62275152112054322207257
Binary110010101111011101010100101001011001101010010000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,189,106); }

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

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

 a { background-color: rgb(50,189,106); }

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

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

 span { border-color: rgb(50,189,106); }

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