#32B276

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

Shades of Medium Sea Green #32B276

Tints of Medium Sea Green #32B276

Color information

#32B276 (or 0x32B276) is unknown color: approx Medium Sea Green. HEX triplet: 32, B2 and 76. RGB value is (50,178,118). Sum of RGB (Red+Green+Blue) = 50+178+118=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #32B276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B276 is #CD4D89. Grayscale: #858585. Windows color (decimal): -13454730 or 7778866. OLE color: 7778866.

HSL color Cylindrical-coordinate representation of color #32B276: hue angle of 151.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B276 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB50178118-
CMYK0.7200.340.30
HSL151.88º56.14%44.71%-
HSV(B)151.88º71.91%69.8%-
XYZ20.5133.8322.59-
YUV132.89119.5968.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.45%
GREEN value IS 178 (69.92% from 255) = 51.45%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=14.45%
G=51.45%
B=34.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal501781180.7200.340.30151.8856.1444.71
Hex32B276480221E98382d
Octal62262166110042362307055
Binary110010101100101110110100100001000101111010011000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,178,118); }

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

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

 a { background-color: rgb(50,178,118); }

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

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

 span { border-color: rgb(50,178,118); }

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