#48CA8A

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

Shades of Emerald #48CA8A

Tints of Emerald #48CA8A

Color information

#48CA8A (or 0x48CA8A) is unknown color: approx Emerald. HEX triplet: 48, CA and 8A. RGB value is (72,202,138). Sum of RGB (Red+Green+Blue) = 72+202+138=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CA8A is #B73575. Grayscale: #9B9B9B. Windows color (decimal): -12006774 or 9095752. OLE color: 9095752.

HSL color Cylindrical-coordinate representation of color #48CA8A: hue angle of 150.46º degrees, saturation: 0.55, 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 #48CA8A is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB72202138-
CMYK0.6400.320.21
HSL150.46º55.08%53.73%-
HSV(B)150.46º64.36%79.22%-
XYZ28.3845.4531.32-
YUV155.83117.9368.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.48%
GREEN value IS 202 (79.30% from 255) = 49.03%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=17.48%
G=49.03%
B=33.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal722021380.6400.320.21150.4655.0853.73
Hex48CA8A4002015963736
Octal110312212100040252266766
Binary10010001100101010001010100000001000001010110010110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,202,138); }

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

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

 a { background-color: rgb(72,202,138); }

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

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

 span { border-color: rgb(72,202,138); }

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