Html Css Color HEX #48E689 Emerald

📋 copy color: '#48E689'

red 72 ◦ green 230 ◦ blue 137

#48E689
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #48E689

Tints of Emerald #48E689

RGB

 RED value IS 72 (28.52% from 255) = 16.4%

 GREEN value IS 230 (90.23% from 255) = 52.39%

 BLUE value IS 137 (53.91% from 255) = 31.21%

R = 16.4%
G = 52.39%
B = 31.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#48E689 (or 0x48E689) is known color: Emerald. HEX triplet: 48, E6 and 89. RGB value is (72,230,137). Sum of RGB (Red+Green+Blue) = 72+230+137=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 230 (90.23% from 255 or 52.39% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 230 - color contains mainly: green. Hex color #48E689 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E689 is #B71976. Grayscale: #ACACAC. Windows color (decimal): -11999607 or 9037384. OLE color: 9037384.

HSL color Cylindrical-coordinate representation of color #48E689: hue angle of 144.68º 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 #48E689 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 230 137 -
CMYK 0.69 0 0.40 0.10
HSL 144.68º 0.76% 0.59% -
HSV(B) 144.68º 0.69% 0.9% -
XYZ 35.48 59.78 33.33 -
YUV 172.16 108.15 56.56 -
System Red Green Blue C M Y K H S L
Decimal 72 230 137 0.69 0 0.40 0.10 144.68 0.76 0.59
Hex 48 E6 89 45 0 28 A 91 4C 3B
Octal 110 346 211 105 0 50 12 221 114 73
Binary 1001000 11100110 10001001 1000101 0 101000 1010 10010001 1001100 111011

Color Harmonies of #48E689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E689

Black with #48E689

Text Example


Text Example

White with #48E689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48E689;
 }
 .AnyTagClassName
 {
   color: #48E689;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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