Html Css Color HEX #5ABB8D Silver Tree

📋 copy color: '#5ABB8D'

red 90 ◦ green 187 ◦ blue 141

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

Shades of Silver Tree #5ABB8D

Tints of Silver Tree #5ABB8D

RGB

 RED value IS 90 (35.55% from 255) = 21.53%

 GREEN value IS 187 (73.44% from 255) = 44.74%

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

R = 21.53%
G = 44.74%
B = 33.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#5ABB8D (or 0x5ABB8D) is known color: Silver Tree. HEX triplet: 5A, BB and 8D. RGB value is (90,187,141). Sum of RGB (Red+Green+Blue) = 90+187+141=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABB8D is #A54472. Grayscale: #989898. Windows color (decimal): -10830963 or 9288538. OLE color: 9288538.

HSL color Cylindrical-coordinate representation of color #5ABB8D: hue angle of 151.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABB8D is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 187 141 -
CMYK 0.52 0 0.25 0.27
HSL 151.55º 0.42% 0.54% -
HSV(B) 151.55º 0.52% 0.73% -
XYZ 26.79 39.64 31.44 -
YUV 152.75 121.36 83.24 -
System Red Green Blue C M Y K H S L
Decimal 90 187 141 0.52 0 0.25 0.27 151.55 0.42 0.54
Hex 5A BB 8D 34 0 19 1B 98 2A 36
Octal 132 273 215 64 0 31 33 230 52 66
Binary 1011010 10111011 10001101 110100 0 11001 11011 10011000 101010 110110

Color Harmonies of #5ABB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABB8D

Black with #5ABB8D

Text Example


Text Example

White with #5ABB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABB8D; }

 p { color: rgb(90,187,141); }

 H1.HeaderClassName
 {
   color: #5ABB8D;
 }
 .AnyTagClassName
 {
   color: #5ABB8D;
 }
</style>

background-color css

<style>
 a { background-color: #5ABB8D; }

 a { background-color: rgb(90,187,141); }

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

border-color css

<style>
 span { border-color: #5ABB8D; }

 span { border-color: rgb(90,187,141); }

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