Html Css Color HEX #55BC8F Silver Tree

📋 copy color: '#55BC8F'

red 85 ◦ green 188 ◦ blue 143

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

Shades of Silver Tree #55BC8F

Tints of Silver Tree #55BC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 20.43%
G = 45.19%
B = 34.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#55BC8F (or 0x55BC8F) is known color: Silver Tree. HEX triplet: 55, BC and 8F. RGB value is (85,188,143). Sum of RGB (Red+Green+Blue) = 85+188+143=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC8F is #AA4370. Grayscale: #989898. Windows color (decimal): -11158385 or 9419861. OLE color: 9419861.

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

Color convert

RGB 85 188 143 -
CMYK 0.55 0 0.24 0.26
HSL 153.79º 0.43% 0.54% -
HSV(B) 153.79º 0.55% 0.74% -
XYZ 26.69 39.88 32.28 -
YUV 152.07 122.88 80.16 -
System Red Green Blue C M Y K H S L
Decimal 85 188 143 0.55 0 0.24 0.26 153.79 0.43 0.54
Hex 55 BC 8F 37 0 18 1A 9A 2B 36
Octal 125 274 217 67 0 30 32 232 53 66
Binary 1010101 10111100 10001111 110111 0 11000 11010 10011010 101011 110110

Color Harmonies of #55BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC8F

Black with #55BC8F

Text Example


Text Example

White with #55BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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