#48BF6B

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

Shades of Emerald #48BF6B

Tints of Emerald #48BF6B

Color information

#48BF6B (or 0x48BF6B) is unknown color: approx Emerald. HEX triplet: 48, BF and 6B. RGB value is (72,191,107). Sum of RGB (Red+Green+Blue) = 72+191+107=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BF6B is #B74094. Grayscale: #929292. Windows color (decimal): -12009621 or 7061320. OLE color: 7061320.

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

Color convert

RGB72191107-
CMYK0.6200.440.25
HSL137.65º48.18%51.57%-
HSV(B)137.65º62.3%74.9%-
XYZ23.9639.720.31-
YUV145.84106.0875.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 191 (75% from 255) = 51.62%
BLUE value IS 107 (42.19% from 255) = 28.92%
R=19.46%
G=51.62%
B=28.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721911070.6200.440.25137.6548.1851.57
Hex48BF6B3E02C198a3034
Octal11027715376054312126064
Binary100100010111111110101111111001011001100110001010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,191,107); }

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

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

 a { background-color: rgb(72,191,107); }

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

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

 span { border-color: rgb(72,191,107); }

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