Html Css Color HEX #55BA8D Silver Tree

📋 copy color: '#55BA8D'

red 85 ◦ green 186 ◦ blue 141

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

Shades of Silver Tree #55BA8D

Tints of Silver Tree #55BA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 20.63%
G = 45.15%
B = 34.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#55BA8D (or 0x55BA8D) is known color: Silver Tree. HEX triplet: 55, BA and 8D. RGB value is (85,186,141). Sum of RGB (Red+Green+Blue) = 85+186+141=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BA8D is #AA4572. Grayscale: #969696. Windows color (decimal): -11158899 or 9288277. OLE color: 9288277.

HSL color Cylindrical-coordinate representation of color #55BA8D: hue angle of 153.27º 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 #55BA8D is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 186 141 -
CMYK 0.54 0 0.24 0.27
HSL 153.27º 0.42% 0.53% -
HSV(B) 153.27º 0.54% 0.73% -
XYZ 26.11 38.97 31.35 -
YUV 150.67 122.54 81.16 -
System Red Green Blue C M Y K H S L
Decimal 85 186 141 0.54 0 0.24 0.27 153.27 0.42 0.53
Hex 55 BA 8D 36 0 18 1B 99 2A 35
Octal 125 272 215 66 0 30 33 231 52 65
Binary 1010101 10111010 10001101 110110 0 11000 11011 10011001 101010 110101

Color Harmonies of #55BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA8D

Black with #55BA8D

Text Example


Text Example

White with #55BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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