#32C078

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

Shades of Medium Sea Green #32C078

Tints of Medium Sea Green #32C078

Color information

#32C078 (or 0x32C078) is unknown color: approx Medium Sea Green. HEX triplet: 32, C0 and 78. RGB value is (50,192,120). Sum of RGB (Red+Green+Blue) = 50+192+120=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #32C078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C078 is #CD3F87. Grayscale: #8D8D8D. Windows color (decimal): -13451144 or 7913522. OLE color: 7913522.

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

Color convert

RGB50192120-
CMYK0.7400.380.25
HSL149.58º58.68%47.45%-
HSV(B)149.58º73.96%75.29%-
XYZ23.5639.7324.2-
YUV141.33115.9662.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.81%
GREEN value IS 192 (75.39% from 255) = 53.04%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=13.81%
G=53.04%
B=33.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501921200.7400.380.25149.5858.6847.45
Hex32C0784A02619963b2f
Octal62300170112046312267357
Binary110010110000001111000100101001001101100110010110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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