Html Css Color HEX #48BC81 Emerald

📋 copy color: '#48BC81'

red 72 ◦ green 188 ◦ blue 129

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

Shades of Emerald #48BC81

Tints of Emerald #48BC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 18.51%
G = 48.33%
B = 33.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#48BC81 (or 0x48BC81) is known color: Emerald. HEX triplet: 48, BC and 81. RGB value is (72,188,129). Sum of RGB (Red+Green+Blue) = 72+188+129=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BC81 is #B7437E. Grayscale: #929292. Windows color (decimal): -12010367 or 8502344. OLE color: 8502344.

HSL color Cylindrical-coordinate representation of color #48BC81: hue angle of 149.48º 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 #48BC81 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 129 -
CMYK 0.62 0 0.31 0.26
HSL 149.48º 0.46% 0.51% -
HSV(B) 149.48º 0.62% 0.74% -
XYZ 24.62 38.93 26.99 -
YUV 146.59 118.07 74.8 -
System Red Green Blue C M Y K H S L
Decimal 72 188 129 0.62 0 0.31 0.26 149.48 0.46 0.51
Hex 48 BC 81 3E 0 1F 1A 95 2E 33
Octal 110 274 201 76 0 37 32 225 56 63
Binary 1001000 10111100 10000001 111110 0 11111 11010 10010101 101110 110011

Color Harmonies of #48BC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC81

Black with #48BC81

Text Example


Text Example

White with #48BC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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