#48BC6A

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

Shades of Emerald #48BC6A

Tints of Emerald #48BC6A

Color information

#48BC6A (or 0x48BC6A) is unknown color: approx Emerald. HEX triplet: 48, BC and 6A. RGB value is (72,188,106). Sum of RGB (Red+Green+Blue) = 72+188+106=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC6A is #B74395. Grayscale: #909090. Windows color (decimal): -12010390 or 6995016. OLE color: 6995016.

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

Color convert

RGB72188106-
CMYK0.6200.440.26
HSL137.59º46.4%50.98%-
HSV(B)137.59º61.7%73.73%-
XYZ23.2638.3819.82-
YUV143.97106.5776.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 188 (73.83% from 255) = 51.37%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=19.67%
G=51.37%
B=28.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721881060.6200.440.26137.5946.450.98
Hex48BC6A3E02C1A8a2e33
Octal11027415276054322125663
Binary100100010111100110101011111001011001101010001010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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