#32B060

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

Shades of Medium Sea Green #32B060

Tints of Medium Sea Green #32B060

Color information

#32B060 (or 0x32B060) is unknown color: approx Medium Sea Green. HEX triplet: 32, B0 and 60. RGB value is (50,176,96). Sum of RGB (Red+Green+Blue) = 50+176+96=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #32B060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B060 is #CD4F9F. Grayscale: #818181. Windows color (decimal): -13455264 or 6336562. OLE color: 6336562.

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

Color convert

RGB5017696-
CMYK0.7200.450.31
HSL141.9º55.75%44.31%-
HSV(B)141.9º71.59%69.02%-
XYZ18.9532.5716.35-
YUV129.21109.2671.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.53%
GREEN value IS 176 (69.14% from 255) = 54.66%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=15.53%
G=54.66%
B=29.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50176960.7200.450.31141.955.7544.31
Hex32B0604802D1F8e382c
Octal62260140110055372167054
Binary110010101100001100000100100001011011111110001110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,176,96); }

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

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

 a { background-color: rgb(50,176,96); }

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

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

 span { border-color: rgb(50,176,96); }

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