Html Css Color HEX #48BB80 Medium Sea Green

📋 copy color: '#48BB80'

red 72 ◦ green 187 ◦ blue 128

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

Shades of Medium Sea Green #48BB80

Tints of Medium Sea Green #48BB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.32%

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

R = 18.6%
G = 48.32%
B = 33.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#48BB80 (or 0x48BB80) is known color: Medium Sea Green. HEX triplet: 48, BB and 80. RGB value is (72,187,128). Sum of RGB (Red+Green+Blue) = 72+187+128=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BB80 is #B7447F. Grayscale: #929292. Windows color (decimal): -12010624 or 8436552. OLE color: 8436552.

HSL color Cylindrical-coordinate representation of color #48BB80: hue angle of 149.22º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BB80 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 187 128 -
CMYK 0.61 0 0.32 0.27
HSL 149.22º 0.46% 0.51% -
HSV(B) 149.22º 0.61% 0.73% -
XYZ 24.34 38.48 26.57 -
YUV 145.89 117.9 75.3 -
System Red Green Blue C M Y K H S L
Decimal 72 187 128 0.61 0 0.32 0.27 149.22 0.46 0.51
Hex 48 BB 80 3D 0 20 1B 95 2E 33
Octal 110 273 200 75 0 40 33 225 56 63
Binary 1001000 10111011 10000000 111101 0 100000 11011 10010101 101110 110011

Color Harmonies of #48BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BB80

Black with #48BB80

Text Example


Text Example

White with #48BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48BB80;
 }
 .AnyTagClassName
 {
   color: #48BB80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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