#48BD7E

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

Shades of Emerald #48BD7E

Tints of Emerald #48BD7E

Color information

#48BD7E (or 0x48BD7E) is unknown color: approx Emerald. HEX triplet: 48, BD and 7E. RGB value is (72,189,126). Sum of RGB (Red+Green+Blue) = 72+189+126=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD7E is #B74281. Grayscale: #929292. Windows color (decimal): -12010114 or 8305992. OLE color: 8305992.

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

Color convert

RGB72189126-
CMYK0.6200.330.26
HSL147.69º46.99%51.18%-
HSV(B)147.69º61.9%74.12%-
XYZ24.6439.2826.02-
YUV146.84116.2474.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.60%
GREEN value IS 189 (74.22% from 255) = 48.84%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=18.60%
G=48.84%
B=32.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721891260.6200.330.26147.6946.9951.18
Hex48BD7E3E0211A942f33
Octal11027517676041322245763
Binary100100010111101111111011111001000011101010010100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,189,126); }

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

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

 a { background-color: rgb(72,189,126); }

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

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

 span { border-color: rgb(72,189,126); }

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