#32C264

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

Shades of Medium Sea Green #32C264

Tints of Medium Sea Green #32C264

Color information

#32C264 (or 0x32C264) is unknown color: approx Medium Sea Green. HEX triplet: 32, C2 and 64. RGB value is (50,194,100). Sum of RGB (Red+Green+Blue) = 50+194+100=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #32C264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C264 is #CD3D9B. Grayscale: #8C8C8C. Windows color (decimal): -13450652 or 6603314. OLE color: 6603314.

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

Color convert

RGB50194100-
CMYK0.7400.480.24
HSL140.83º59.02%47.84%-
HSV(B)140.83º74.23%76.08%-
XYZ22.9140.1818.61-
YUV140.23105.2963.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.53%
GREEN value IS 194 (76.17% from 255) = 56.40%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=14.53%
G=56.40%
B=29.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501941000.7400.480.24140.8359.0247.84
Hex32C2644A030188d3b30
Octal62302144112060302157360
Binary110010110000101100100100101001100001100010001101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,194,100); }

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

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

 a { background-color: rgb(50,194,100); }

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

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

 span { border-color: rgb(50,194,100); }

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