Html Css Color HEX #55BA7A Emerald

📋 copy color: '#55BA7A'

red 85 ◦ green 186 ◦ blue 122

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

Shades of Emerald #55BA7A

Tints of Emerald #55BA7A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.33%

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 21.63%
G = 47.33%
B = 31.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#55BA7A (or 0x55BA7A) is known color: Emerald. HEX triplet: 55, BA and 7A. RGB value is (85,186,122). Sum of RGB (Red+Green+Blue) = 85+186+122=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA7A is #AA4585. Grayscale: #949494. Windows color (decimal): -11158918 or 8043093. OLE color: 8043093.

HSL color Cylindrical-coordinate representation of color #55BA7A: hue angle of 141.98º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BA7A is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 186 122 -
CMYK 0.54 0 0.34 0.27
HSL 141.98º 0.42% 0.53% -
HSV(B) 141.98º 0.54% 0.73% -
XYZ 24.82 38.45 24.53 -
YUV 148.51 113.04 82.7 -
System Red Green Blue C M Y K H S L
Decimal 85 186 122 0.54 0 0.34 0.27 141.98 0.42 0.53
Hex 55 BA 7A 36 0 22 1B 8E 2A 35
Octal 125 272 172 66 0 42 33 216 52 65
Binary 1010101 10111010 1111010 110110 0 100010 11011 10001110 101010 110101

Color Harmonies of #55BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA7A

Black with #55BA7A

Text Example


Text Example

White with #55BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,186,122); }

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

background-color css

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

 a { background-color: rgb(85,186,122); }

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

border-color css

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

 span { border-color: rgb(85,186,122); }

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