#32D07B

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

Shades of Medium Sea Green #32D07B

Tints of Medium Sea Green #32D07B

Color information

#32D07B (or 0x32D07B) is unknown color: approx Medium Sea Green. HEX triplet: 32, D0 and 7B. RGB value is (50,208,123). Sum of RGB (Red+Green+Blue) = 50+208+123=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #32D07B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D07B is #CD2F84. Grayscale: #979797. Windows color (decimal): -13447045 or 8114226. OLE color: 8114226.

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

Color convert

RGB50208123-
CMYK0.7600.410.18
HSL147.72º62.7%50.59%-
HSV(B)147.72º75.96%81.57%-
XYZ27.4547.2226.41-
YUV151.07112.1555.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.12%
GREEN value IS 208 (81.64% from 255) = 54.59%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=13.12%
G=54.59%
B=32.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal502081230.7600.410.18147.7262.750.59
Hex32D07B4C02912943f33
Octal62320173114051222247763
Binary110010110100001111011100110001010011001010010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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