Html Css Color HEX #48BC7C Emerald

📋 copy color: '#48BC7C'

red 72 ◦ green 188 ◦ blue 124

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

Shades of Emerald #48BC7C

Tints of Emerald #48BC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 18.75%
G = 48.96%
B = 32.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#48BC7C (or 0x48BC7C) is known color: Emerald. HEX triplet: 48, BC and 7C. RGB value is (72,188,124). Sum of RGB (Red+Green+Blue) = 72+188+124=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC7C is #B74383. Grayscale: #929292. Windows color (decimal): -12010372 or 8174664. OLE color: 8174664.

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

Color convert

RGB 72 188 124 -
CMYK 0.62 0 0.34 0.26
HSL 146.9º 0.46% 0.51% -
HSV(B) 146.9º 0.62% 0.74% -
XYZ 24.29 38.8 25.28 -
YUV 146.02 115.57 75.2 -
System Red Green Blue C M Y K H S L
Decimal 72 188 124 0.62 0 0.34 0.26 146.9 0.46 0.51
Hex 48 BC 7C 3E 0 22 1A 93 2E 33
Octal 110 274 174 76 0 42 32 223 56 63
Binary 1001000 10111100 1111100 111110 0 100010 11010 10010011 101110 110011

Color Harmonies of #48BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC7C

Black with #48BC7C

Text Example


Text Example

White with #48BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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