Html Css Color HEX #55BE8C Silver Tree

📋 copy color: '#55BE8C'

red 85 ◦ green 190 ◦ blue 140

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

Shades of Silver Tree #55BE8C

Tints of Silver Tree #55BE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.78%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 20.48%
G = 45.78%
B = 33.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#55BE8C (or 0x55BE8C) is known color: Silver Tree. HEX triplet: 55, BE and 8C. RGB value is (85,190,140). Sum of RGB (Red+Green+Blue) = 85+190+140=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BE8C is #AA4173. Grayscale: #999999. Windows color (decimal): -11157876 or 9223765. OLE color: 9223765.

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

Color convert

RGB 85 190 140 -
CMYK 0.55 0 0.26 0.25
HSL 151.43º 0.45% 0.54% -
HSV(B) 151.43º 0.55% 0.75% -
XYZ 26.89 40.65 31.24 -
YUV 152.91 120.71 79.57 -
System Red Green Blue C M Y K H S L
Decimal 85 190 140 0.55 0 0.26 0.25 151.43 0.45 0.54
Hex 55 BE 8C 37 0 1A 19 97 2D 36
Octal 125 276 214 67 0 32 31 227 55 66
Binary 1010101 10111110 10001100 110111 0 11010 11001 10010111 101101 110110

Color Harmonies of #55BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BE8C

Black with #55BE8C

Text Example


Text Example

White with #55BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,190,140); }

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

background-color css

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

 a { background-color: rgb(85,190,140); }

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

border-color css

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

 span { border-color: rgb(85,190,140); }

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