Html Css Color HEX #55BE8A Silver Tree

📋 copy color: '#55BE8A'

red 85 ◦ green 190 ◦ blue 138

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

Shades of Silver Tree #55BE8A

Tints of Silver Tree #55BE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 20.58%
G = 46%
B = 33.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#55BE8A (or 0x55BE8A) is known color: Silver Tree. HEX triplet: 55, BE and 8A. RGB value is (85,190,138). Sum of RGB (Red+Green+Blue) = 85+190+138=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BE8A is #AA4175. Grayscale: #989898. Windows color (decimal): -11157878 or 9092693. OLE color: 9092693.

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

Color convert

RGB 85 190 138 -
CMYK 0.55 0 0.27 0.25
HSL 150.29º 0.45% 0.54% -
HSV(B) 150.29º 0.55% 0.75% -
XYZ 26.75 40.59 30.47 -
YUV 152.68 119.71 79.73 -
System Red Green Blue C M Y K H S L
Decimal 85 190 138 0.55 0 0.27 0.25 150.29 0.45 0.54
Hex 55 BE 8A 37 0 1B 19 96 2D 36
Octal 125 276 212 67 0 33 31 226 55 66
Binary 1010101 10111110 10001010 110111 0 11011 11001 10010110 101101 110110

Color Harmonies of #55BE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BE8A

Black with #55BE8A

Text Example


Text Example

White with #55BE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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