Html Css Color HEX #48BC67 Emerald

📋 copy color: '#48BC67'

red 72 ◦ green 188 ◦ blue 103

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

Shades of Emerald #48BC67

Tints of Emerald #48BC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.37%

R = 19.83%
G = 51.79%
B = 28.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#48BC67 (or 0x48BC67) is known color: Emerald. HEX triplet: 48, BC and 67. RGB value is (72,188,103). Sum of RGB (Red+Green+Blue) = 72+188+103=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC67 is #B74398. Grayscale: #8F8F8F. Windows color (decimal): -12010393 or 6798408. OLE color: 6798408.

HSL color Cylindrical-coordinate representation of color #48BC67: hue angle of 136.03º 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 #48BC67 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 103 -
CMYK 0.62 0 0.45 0.26
HSL 136.03º 0.46% 0.51% -
HSV(B) 136.03º 0.62% 0.74% -
XYZ 23.1 38.32 19.01 -
YUV 143.63 105.07 76.91 -
System Red Green Blue C M Y K H S L
Decimal 72 188 103 0.62 0 0.45 0.26 136.03 0.46 0.51
Hex 48 BC 67 3E 0 2D 1A 88 2E 33
Octal 110 274 147 76 0 55 32 210 56 63
Binary 1001000 10111100 1100111 111110 0 101101 11010 10001000 101110 110011

Color Harmonies of #48BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC67

Black with #48BC67

Text Example


Text Example

White with #48BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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