#48BE6C

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

Shades of Emerald #48BE6C

Tints of Emerald #48BE6C

Color information

#48BE6C (or 0x48BE6C) is unknown color: approx Emerald. HEX triplet: 48, BE and 6C. RGB value is (72,190,108). Sum of RGB (Red+Green+Blue) = 72+190+108=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE6C is #B74193. Grayscale: #919191. Windows color (decimal): -12009876 or 7126600. OLE color: 7126600.

HSL color Cylindrical-coordinate representation of color #48BE6C: hue angle of 138.31º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BE6C is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB72190108-
CMYK0.6200.430.25
HSL138.31º47.58%51.37%-
HSV(B)138.31º62.11%74.51%-
XYZ23.7939.2920.52-
YUV145.37106.9175.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 190 (74.61% from 255) = 51.35%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=19.46%
G=51.35%
B=29.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721901080.6200.430.25138.3147.5851.37
Hex48BE6C3E02B198a3033
Octal11027615476053312126063
Binary100100010111110110110011111001010111100110001010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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