Html Css Color HEX #55BC80 Emerald

📋 copy color: '#55BC80'

red 85 ◦ green 188 ◦ blue 128

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

Shades of Emerald #55BC80

Tints of Emerald #55BC80

RGB

 RED value IS 85 (33.59% from 255) = 21.2%

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

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 21.2%
G = 46.88%
B = 31.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#55BC80 (or 0x55BC80) is known color: Emerald. HEX triplet: 55, BC and 80. RGB value is (85,188,128). Sum of RGB (Red+Green+Blue) = 85+188+128=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC80 is #AA437F. Grayscale: #969696. Windows color (decimal): -11158400 or 8436821. OLE color: 8436821.

HSL color Cylindrical-coordinate representation of color #55BC80: hue angle of 145.05º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC80 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 128 -
CMYK 0.55 0 0.32 0.26
HSL 145.05º 0.43% 0.54% -
HSV(B) 145.05º 0.55% 0.74% -
XYZ 25.63 39.46 26.69 -
YUV 150.36 115.38 81.38 -
System Red Green Blue C M Y K H S L
Decimal 85 188 128 0.55 0 0.32 0.26 145.05 0.43 0.54
Hex 55 BC 80 37 0 20 1A 91 2B 36
Octal 125 274 200 67 0 40 32 221 53 66
Binary 1010101 10111100 10000000 110111 0 100000 11010 10010001 101011 110110

Color Harmonies of #55BC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC80

Black with #55BC80

Text Example


Text Example

White with #55BC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55BC80; }

 p { color: rgb(85,188,128); }

 H1.HeaderClassName
 {
   color: #55BC80;
 }
 .AnyTagClassName
 {
   color: #55BC80;
 }
</style>

background-color css

<style>
 a { background-color: #55BC80; }

 a { background-color: rgb(85,188,128); }

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

border-color css

<style>
 span { border-color: #55BC80; }

 span { border-color: rgb(85,188,128); }

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