Html Css Color HEX #48BC85 Emerald

📋 copy color: '#48BC85'

red 72 ◦ green 188 ◦ blue 133

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

Shades of Emerald #48BC85

Tints of Emerald #48BC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 18.32%
G = 47.84%
B = 33.84%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#48BC85 (or 0x48BC85) is known color: Emerald. HEX triplet: 48, BC and 85. RGB value is (72,188,133). Sum of RGB (Red+Green+Blue) = 72+188+133=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BC85 is #B7437A. Grayscale: #939393. Windows color (decimal): -12010363 or 8764488. OLE color: 8764488.

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

Color convert

RGB 72 188 133 -
CMYK 0.62 0 0.29 0.26
HSL 151.55º 0.46% 0.51% -
HSV(B) 151.55º 0.62% 0.74% -
XYZ 24.89 39.04 28.41 -
YUV 147.05 120.07 74.47 -
System Red Green Blue C M Y K H S L
Decimal 72 188 133 0.62 0 0.29 0.26 151.55 0.46 0.51
Hex 48 BC 85 3E 0 1D 1A 98 2E 33
Octal 110 274 205 76 0 35 32 230 56 63
Binary 1001000 10111100 10000101 111110 0 11101 11010 10011000 101110 110011

Color Harmonies of #48BC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC85

Black with #48BC85

Text Example


Text Example

White with #48BC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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