Html Css Color HEX #55BC7B Emerald

📋 copy color: '#55BC7B'

red 85 ◦ green 188 ◦ blue 123

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

Shades of Emerald #55BC7B

Tints of Emerald #55BC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 21.46%
G = 47.47%
B = 31.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#55BC7B (or 0x55BC7B) is known color: Emerald. HEX triplet: 55, BC and 7B. RGB value is (85,188,123). Sum of RGB (Red+Green+Blue) = 85+188+123=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC7B is #AA4384. Grayscale: #959595. Windows color (decimal): -11158405 or 8109141. OLE color: 8109141.

HSL color Cylindrical-coordinate representation of color #55BC7B: hue angle of 142.14º 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 #55BC7B is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 123 -
CMYK 0.55 0 0.35 0.26
HSL 142.14º 0.43% 0.54% -
HSV(B) 142.14º 0.55% 0.74% -
XYZ 25.3 39.33 25 -
YUV 149.79 112.88 81.79 -
System Red Green Blue C M Y K H S L
Decimal 85 188 123 0.55 0 0.35 0.26 142.14 0.43 0.54
Hex 55 BC 7B 37 0 23 1A 8E 2B 36
Octal 125 274 173 67 0 43 32 216 53 66
Binary 1010101 10111100 1111011 110111 0 100011 11010 10001110 101011 110110

Color Harmonies of #55BC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC7B

Black with #55BC7B

Text Example


Text Example

White with #55BC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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