#48B780

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

Shades of Medium Sea Green #48B780

Tints of Medium Sea Green #48B780

Color information

#48B780 (or 0x48B780) is unknown color: approx Medium Sea Green. HEX triplet: 48, B7 and 80. RGB value is (72,183,128). Sum of RGB (Red+Green+Blue) = 72+183+128=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #48B780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B780 is #B7487F. Grayscale: #8F8F8F. Windows color (decimal): -12011648 or 8435528. OLE color: 8435528.

HSL color Cylindrical-coordinate representation of color #48B780: hue angle of 150.27º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B780 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB72183128-
CMYK0.6100.300.28
HSL150.27º43.53%50%-
HSV(B)150.27º60.66%71.76%-
XYZ23.536.826.29-
YUV143.54119.2376.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.80%
GREEN value IS 183 (71.88% from 255) = 47.78%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=18.80%
G=47.78%
B=33.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721831280.6100.300.28150.2743.5350
Hex48B7803D01E1C962c32
Octal11026720075036342265462
Binary100100010110111100000001111010111101110010010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B780; }

 p { color: rgb(72,183,128); }

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

<style>
 a { background-color: #48B780; }

 a { background-color: rgb(72,183,128); }

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

<style>
 span { border-color: #48B780; }

 span { border-color: rgb(72,183,128); }

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