#32C455

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

Shades of Medium Sea Green #32C455

Tints of Medium Sea Green #32C455

Color information

#32C455 (or 0x32C455) is unknown color: approx Medium Sea Green. HEX triplet: 32, C4 and 55. RGB value is (50,196,85). Sum of RGB (Red+Green+Blue) = 50+196+85=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #32C455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C455 is #CD3BAA. Grayscale: #8B8B8B. Windows color (decimal): -13450155 or 5620786. OLE color: 5620786.

HSL color Cylindrical-coordinate representation of color #32C455: hue angle of 134.38º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C455 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB5019685-
CMYK0.7400.570.23
HSL134.38º59.35%48.24%-
HSV(B)134.38º74.49%76.86%-
XYZ22.740.8115.28-
YUV139.6997.1364.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 196 (76.95% from 255) = 59.21%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=15.11%
G=59.21%
B=25.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal50196850.7400.570.23134.3859.3548.24
Hex32C4554A03917863b30
Octal62304125112071272067360
Binary110010110001001010101100101001110011011110000110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,196,85); }

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

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

 a { background-color: rgb(50,196,85); }

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

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

 span { border-color: rgb(50,196,85); }

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