#32D05A

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

Shades of Medium Sea Green #32D05A

Tints of Medium Sea Green #32D05A

Color information

#32D05A (or 0x32D05A) is unknown color: approx Medium Sea Green. HEX triplet: 32, D0 and 5A. RGB value is (50,208,90). Sum of RGB (Red+Green+Blue) = 50+208+90=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #32D05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D05A is #CD2FA5. Grayscale: #939393. Windows color (decimal): -13447078 or 5951538. OLE color: 5951538.

HSL color Cylindrical-coordinate representation of color #32D05A: hue angle of 135.19º 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 #32D05A is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB5020890-
CMYK0.7600.570.18
HSL135.19º62.7%50.59%-
HSV(B)135.19º75.96%81.57%-
XYZ25.7246.5317.3-
YUV147.3195.6558.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.37%
GREEN value IS 208 (81.64% from 255) = 59.77%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=14.37%
G=59.77%
B=25.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50208900.7600.570.18135.1962.750.59
Hex32D05A4C03912873f33
Octal62320132114071222077763
Binary110010110100001011010100110001110011001010000111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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