Html Css Color HEX #55C08D Silver Tree

📋 copy color: '#55C08D'

red 85 ◦ green 192 ◦ blue 141

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

Shades of Silver Tree #55C08D

Tints of Silver Tree #55C08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.93%

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

R = 20.33%
G = 45.93%
B = 33.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#55C08D (or 0x55C08D) is known color: Silver Tree. HEX triplet: 55, C0 and 8D. RGB value is (85,192,141). Sum of RGB (Red+Green+Blue) = 85+192+141=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #55C08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C08D is #AA3F72. Grayscale: #9A9A9A. Windows color (decimal): -11157363 or 9289813. OLE color: 9289813.

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

Color convert

RGB 85 192 141 -
CMYK 0.56 0 0.27 0.25
HSL 151.4º 0.46% 0.54% -
HSV(B) 151.4º 0.56% 0.75% -
XYZ 27.4 41.55 31.78 -
YUV 154.19 120.55 78.65 -
System Red Green Blue C M Y K H S L
Decimal 85 192 141 0.56 0 0.27 0.25 151.4 0.46 0.54
Hex 55 C0 8D 38 0 1B 19 97 2E 36
Octal 125 300 215 70 0 33 31 227 56 66
Binary 1010101 11000000 10001101 111000 0 11011 11001 10010111 101110 110110

Color Harmonies of #55C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C08D

Black with #55C08D

Text Example


Text Example

White with #55C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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