#48E686

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

Shades of Emerald #48E686

Tints of Emerald #48E686

Color information

#48E686 (or 0x48E686) is unknown color: approx Emerald. HEX triplet: 48, E6 and 86. RGB value is (72,230,134). Sum of RGB (Red+Green+Blue) = 72+230+134=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 230 (90.23% from 255 or 52.75% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 230 - color contains mainly: green. Hex color #48E686 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E686 is #B71979. Grayscale: #ACACAC. Windows color (decimal): -11999610 or 8840776. OLE color: 8840776.

HSL color Cylindrical-coordinate representation of color #48E686: hue angle of 143.54º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E686 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB72230134-
CMYK0.6900.420.10
HSL143.54º75.96%59.22%-
HSV(B)143.54º68.7%90.2%-
XYZ35.2759.6932.22-
YUV171.81106.6556.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.51%
GREEN value IS 230 (90.23% from 255) = 52.75%
BLUE value IS 134 (52.73% from 255) = 30.73%
R=16.51%
G=52.75%
B=30.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722301340.6900.420.10143.5475.9659.22
Hex48E6864502AA904c3b
Octal1103462061050521222011473
Binary10010001110011010000110100010101010101010100100001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,230,134); }

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

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

 a { background-color: rgb(72,230,134); }

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

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

 span { border-color: rgb(72,230,134); }

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