Html Css Color HEX #48BC80 Emerald

📋 copy color: '#48BC80'

red 72 ◦ green 188 ◦ blue 128

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

Shades of Emerald #48BC80

Tints of Emerald #48BC80

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.45%

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

R = 18.56%
G = 48.45%
B = 32.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#48BC80 (or 0x48BC80) is known color: Emerald. HEX triplet: 48, BC and 80. RGB value is (72,188,128). Sum of RGB (Red+Green+Blue) = 72+188+128=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BC80 is #B7437F. Grayscale: #929292. Windows color (decimal): -12010368 or 8436808. OLE color: 8436808.

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

Color convert

RGB 72 188 128 -
CMYK 0.62 0 0.32 0.26
HSL 148.97º 0.46% 0.51% -
HSV(B) 148.97º 0.62% 0.74% -
XYZ 24.55 38.9 26.64 -
YUV 146.48 117.57 74.88 -
System Red Green Blue C M Y K H S L
Decimal 72 188 128 0.62 0 0.32 0.26 148.97 0.46 0.51
Hex 48 BC 80 3E 0 20 1A 95 2E 33
Octal 110 274 200 76 0 40 32 225 56 63
Binary 1001000 10111100 10000000 111110 0 100000 11010 10010101 101110 110011

Color Harmonies of #48BC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC80

Black with #48BC80

Text Example


Text Example

White with #48BC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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