Html Css Color HEX #55BE8F Silver Tree

📋 copy color: '#55BE8F'

red 85 ◦ green 190 ◦ blue 143

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

Shades of Silver Tree #55BE8F

Tints of Silver Tree #55BE8F

RGB

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

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

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

R = 20.33%
G = 45.45%
B = 34.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#55BE8F (or 0x55BE8F) is known color: Silver Tree. HEX triplet: 55, BE and 8F. RGB value is (85,190,143). Sum of RGB (Red+Green+Blue) = 85+190+143=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BE8F is #AA4170. Grayscale: #999999. Windows color (decimal): -11157873 or 9420373. OLE color: 9420373.

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

Color convert

RGB 85 190 143 -
CMYK 0.55 0 0.25 0.25
HSL 153.14º 0.45% 0.54% -
HSV(B) 153.14º 0.55% 0.75% -
XYZ 27.12 40.74 32.42 -
YUV 153.25 122.21 79.32 -
System Red Green Blue C M Y K H S L
Decimal 85 190 143 0.55 0 0.25 0.25 153.14 0.45 0.54
Hex 55 BE 8F 37 0 19 19 99 2D 36
Octal 125 276 217 67 0 31 31 231 55 66
Binary 1010101 10111110 10001111 110111 0 11001 11001 10011001 101101 110110

Color Harmonies of #55BE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BE8F

Black with #55BE8F

Text Example


Text Example

White with #55BE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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