#48BC6C

Color #48BC6C Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #48BC6C

Tints of Emerald #48BC6C

Color information

#48BC6C (or 0x48BC6C) is unknown color: approx Emerald. HEX triplet: 48, BC and 6C. RGB value is (72,188,108). Sum of RGB (Red+Green+Blue) = 72+188+108=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC6C is #B74393. Grayscale: #909090. Windows color (decimal): -12010388 or 7126088. OLE color: 7126088.

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

Color convert

RGB72188108-
CMYK0.6200.430.26
HSL138.62º46.4%50.98%-
HSV(B)138.62º61.7%73.73%-
XYZ23.3638.4320.37-
YUV144.2107.5776.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.57%
GREEN value IS 188 (73.83% from 255) = 51.09%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=19.57%
G=51.09%
B=29.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721881080.6200.430.26138.6246.450.98
Hex48BC6C3E02B1A8b2e33
Octal11027415476053322135663
Binary100100010111100110110011111001010111101010001011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48BC6C;
 }
 .AnyTagClassName
 {
   color: #48BC6C;
 }
</style>
background-color css

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

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

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

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

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

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