#32D075

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

Shades of Medium Sea Green #32D075

Tints of Medium Sea Green #32D075

Color information

#32D075 (or 0x32D075) is unknown color: approx Medium Sea Green. HEX triplet: 32, D0 and 75. RGB value is (50,208,117). Sum of RGB (Red+Green+Blue) = 50+208+117=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #32D075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D075 is #CD2F8A. Grayscale: #969696. Windows color (decimal): -13447051 or 7721010. OLE color: 7721010.

HSL color Cylindrical-coordinate representation of color #32D075: hue angle of 145.44º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D075 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB50208117-
CMYK0.7600.440.18
HSL145.44º62.7%50.59%-
HSV(B)145.44º75.96%81.57%-
XYZ27.0847.0724.49-
YUV150.38109.1556.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.33%
GREEN value IS 208 (81.64% from 255) = 55.47%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=13.33%
G=55.47%
B=31.2%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal502081170.7600.440.18145.4462.750.59
Hex32D0754C02C12913f33
Octal62320165114054222217763
Binary110010110100001110101100110001011001001010010001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,208,117); }

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

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

 a { background-color: rgb(50,208,117); }

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

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

 span { border-color: rgb(50,208,117); }

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