Html Css Color HEX #55C08F Silver Tree

📋 copy color: '#55C08F'

red 85 ◦ green 192 ◦ blue 143

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

Shades of Silver Tree #55C08F

Tints of Silver Tree #55C08F

RGB

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

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

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

R = 20.24%
G = 45.71%
B = 34.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#55C08F (or 0x55C08F) is known color: Silver Tree. HEX triplet: 55, C0 and 8F. RGB value is (85,192,143). Sum of RGB (Red+Green+Blue) = 85+192+143=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #55C08F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C08F is #AA3F70. Grayscale: #9A9A9A. Windows color (decimal): -11157361 or 9420885. OLE color: 9420885.

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

Color convert

RGB 85 192 143 -
CMYK 0.56 0 0.26 0.25
HSL 152.52º 0.46% 0.54% -
HSV(B) 152.52º 0.56% 0.75% -
XYZ 27.55 41.61 32.57 -
YUV 154.42 121.55 78.48 -
System Red Green Blue C M Y K H S L
Decimal 85 192 143 0.56 0 0.26 0.25 152.52 0.46 0.54
Hex 55 C0 8F 38 0 1A 19 99 2E 36
Octal 125 300 217 70 0 32 31 231 56 66
Binary 1010101 11000000 10001111 111000 0 11010 11001 10011001 101110 110110

Color Harmonies of #55C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C08F

Black with #55C08F

Text Example


Text Example

White with #55C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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