Html Css Color HEX #48B780 Medium Sea Green

📋 copy color: '#48B780'

red 72 ◦ green 183 ◦ blue 128

#48B780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #48B780

Tints of Medium Sea Green #48B780

RGB

 RED value IS 72 (28.52% from 255) = 18.8%

 GREEN value IS 183 (71.88% from 255) = 47.78%

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 18.8%
G = 47.78%
B = 33.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#48B780 (or 0x48B780) is known color: 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

RGB 72 183 128 -
CMYK 0.61 0 0.30 0.28
HSL 150.27º 0.44% 0.5% -
HSV(B) 150.27º 0.61% 0.72% -
XYZ 23.5 36.8 26.29 -
YUV 143.54 119.23 76.97 -
System Red Green Blue C M Y K H S L
Decimal 72 183 128 0.61 0 0.30 0.28 150.27 0.44 0.5
Hex 48 B7 80 3D 0 1E 1C 96 2C 32
Octal 110 267 200 75 0 36 34 226 54 62
Binary 1001000 10110111 10000000 111101 0 11110 11100 10010110 101100 110010

Color Harmonies of #48B780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B780

Black with #48B780

Text Example


Text Example

White with #48B780

Text Example


Text Example

HTML Codes & Css Web 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>