#32C07A

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

Shades of Medium Sea Green #32C07A

Tints of Medium Sea Green #32C07A

Color information

#32C07A (or 0x32C07A) is unknown color: approx Medium Sea Green. HEX triplet: 32, C0 and 7A. RGB value is (50,192,122). Sum of RGB (Red+Green+Blue) = 50+192+122=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #32C07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C07A is #CD3F85. Grayscale: #8D8D8D. Windows color (decimal): -13451142 or 8044594. OLE color: 8044594.

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

Color convert

RGB50192122-
CMYK0.7400.360.25
HSL150.42º58.68%47.45%-
HSV(B)150.42º73.96%75.29%-
XYZ23.6839.7824.84-
YUV141.56116.9662.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.74%
GREEN value IS 192 (75.39% from 255) = 52.75%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=13.74%
G=52.75%
B=33.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501921220.7400.360.25150.4258.6847.45
Hex32C07A4A02419963b2f
Octal62300172112044312267357
Binary110010110000001111010100101001001001100110010110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,192,122); }

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

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

 a { background-color: rgb(50,192,122); }

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

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

 span { border-color: rgb(50,192,122); }

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