#48EE8F

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

Shades of Emerald #48EE8F

Tints of Emerald #48EE8F

Color information

#48EE8F (or 0x48EE8F) is unknown color: approx Emerald. HEX triplet: 48, EE and 8F. RGB value is (72,238,143). Sum of RGB (Red+Green+Blue) = 72+238+143=453 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.89% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #48EE8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EE8F is #B71170. Grayscale: #B1B1B1. Windows color (decimal): -11997553 or 9432648. OLE color: 9432648.

HSL color Cylindrical-coordinate representation of color #48EE8F: hue angle of 145.66º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EE8F is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB72238143-
CMYK0.7000.400.07
HSL145.66º83%60.78%-
HSV(B)145.66º69.75%93.33%-
XYZ38.264.5136.42-
YUV177.54108.552.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.89%
GREEN value IS 238 (93.36% from 255) = 52.54%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=15.89%
G=52.54%
B=31.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal722381430.7000.400.07145.668360.78
Hex48EE8F46028792533d
Octal110356217106050722212375
Binary1001000111011101000111110001100101000111100100101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,238,143); }

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

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

 a { background-color: rgb(72,238,143); }

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

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

 span { border-color: rgb(72,238,143); }

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