Html Css Color HEX #48CC86 Emerald

📋 copy color: '#48CC86'

red 72 ◦ green 204 ◦ blue 134

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

Shades of Emerald #48CC86

Tints of Emerald #48CC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.76%

 BLUE value IS 134 (52.73% from 255) = 32.68%

R = 17.56%
G = 49.76%
B = 32.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#48CC86 (or 0x48CC86) is known color: Emerald. HEX triplet: 48, CC and 86. RGB value is (72,204,134). Sum of RGB (Red+Green+Blue) = 72+204+134=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CC86 is #B73379. Grayscale: #9C9C9C. Windows color (decimal): -12006266 or 8834120. OLE color: 8834120.

HSL color Cylindrical-coordinate representation of color #48CC86: hue angle of 148.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CC86 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 204 134 -
CMYK 0.65 0 0.34 0.2
HSL 148.18º 0.56% 0.54% -
HSV(B) 148.18º 0.65% 0.8% -
XYZ 28.57 46.28 29.98 -
YUV 156.55 115.27 67.69 -
System Red Green Blue C M Y K H S L
Decimal 72 204 134 0.65 0 0.34 0.2 148.18 0.56 0.54
Hex 48 CC 86 41 0 22 14 94 38 36
Octal 110 314 206 101 0 42 24 224 70 66
Binary 1001000 11001100 10000110 1000001 0 100010 10100 10010100 111000 110110

Color Harmonies of #48CC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CC86

Black with #48CC86

Text Example


Text Example

White with #48CC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,204,134); }

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

background-color css

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

 a { background-color: rgb(72,204,134); }

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

border-color css

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

 span { border-color: rgb(72,204,134); }

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