Html Css Color HEX #48BC6A Emerald

📋 copy color: '#48BC6A'

red 72 ◦ green 188 ◦ blue 106

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

Shades of Emerald #48BC6A

Tints of Emerald #48BC6A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.37%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 19.67%
G = 51.37%
B = 28.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#48BC6A (or 0x48BC6A) is known color: Emerald. HEX triplet: 48, BC and 6A. RGB value is (72,188,106). Sum of RGB (Red+Green+Blue) = 72+188+106=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC6A is #B74395. Grayscale: #909090. Windows color (decimal): -12010390 or 6995016. OLE color: 6995016.

HSL color Cylindrical-coordinate representation of color #48BC6A: hue angle of 137.59º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BC6A is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 106 -
CMYK 0.62 0 0.44 0.26
HSL 137.59º 0.46% 0.51% -
HSV(B) 137.59º 0.62% 0.74% -
XYZ 23.26 38.38 19.82 -
YUV 143.97 106.57 76.67 -
System Red Green Blue C M Y K H S L
Decimal 72 188 106 0.62 0 0.44 0.26 137.59 0.46 0.51
Hex 48 BC 6A 3E 0 2C 1A 8A 2E 33
Octal 110 274 152 76 0 54 32 212 56 63
Binary 1001000 10111100 1101010 111110 0 101100 11010 10001010 101110 110011

Color Harmonies of #48BC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC6A

Black with #48BC6A

Text Example


Text Example

White with #48BC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,188,106); }

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

background-color css

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

 a { background-color: rgb(72,188,106); }

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

border-color css

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

 span { border-color: rgb(72,188,106); }

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