Html Css Color HEX #55C695 Silver Tree

📋 copy color: '#55C695'

red 85 ◦ green 198 ◦ blue 149

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

Shades of Silver Tree #55C695

Tints of Silver Tree #55C695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.83%

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 19.68%
G = 45.83%
B = 34.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#55C695 (or 0x55C695) is known color: Silver Tree. HEX triplet: 55, C6 and 95. RGB value is (85,198,149). Sum of RGB (Red+Green+Blue) = 85+198+149=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #55C695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C695 is #AA396A. Grayscale: #9E9E9E. Windows color (decimal): -11155819 or 9815637. OLE color: 9815637.

HSL color Cylindrical-coordinate representation of color #55C695: hue angle of 153.98º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C695 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 198 149 -
CMYK 0.57 0 0.25 0.22
HSL 153.98º 0.5% 0.55% -
HSV(B) 153.98º 0.57% 0.78% -
XYZ 29.37 44.49 35.47 -
YUV 158.63 122.56 75.48 -
System Red Green Blue C M Y K H S L
Decimal 85 198 149 0.57 0 0.25 0.22 153.98 0.5 0.55
Hex 55 C6 95 39 0 19 16 9A 32 37
Octal 125 306 225 71 0 31 26 232 62 67
Binary 1010101 11000110 10010101 111001 0 11001 10110 10011010 110010 110111

Color Harmonies of #55C695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C695

Black with #55C695

Text Example


Text Example

White with #55C695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,198,149); }

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

background-color css

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

 a { background-color: rgb(85,198,149); }

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

border-color css

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

 span { border-color: rgb(85,198,149); }

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