Html Css Color HEX #48C988 Emerald

📋 copy color: '#48C988'

red 72 ◦ green 201 ◦ blue 136

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

Shades of Emerald #48C988

Tints of Emerald #48C988

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.14%

 BLUE value IS 136 (53.52% from 255) = 33.25%

R = 17.6%
G = 49.14%
B = 33.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#48C988 (or 0x48C988) is known color: Emerald. HEX triplet: 48, C9 and 88. RGB value is (72,201,136). Sum of RGB (Red+Green+Blue) = 72+201+136=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #48C988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C988 is #B73677. Grayscale: #9B9B9B. Windows color (decimal): -12007032 or 8964424. OLE color: 8964424.

HSL color Cylindrical-coordinate representation of color #48C988: hue angle of 149.77º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C988 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 201 136 -
CMYK 0.64 0 0.32 0.21
HSL 149.77º 0.54% 0.54% -
HSV(B) 149.77º 0.64% 0.79% -
XYZ 28 44.93 30.49 -
YUV 155.02 117.26 68.79 -
System Red Green Blue C M Y K H S L
Decimal 72 201 136 0.64 0 0.32 0.21 149.77 0.54 0.54
Hex 48 C9 88 40 0 20 15 96 36 36
Octal 110 311 210 100 0 40 25 226 66 66
Binary 1001000 11001001 10001000 1000000 0 100000 10101 10010110 110110 110110

Color Harmonies of #48C988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C988

Black with #48C988

Text Example


Text Example

White with #48C988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,201,136); }

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

background-color css

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

 a { background-color: rgb(72,201,136); }

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

border-color css

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

 span { border-color: rgb(72,201,136); }

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