Html Css Color HEX #5ABA8A Silver Tree

📋 copy color: '#5ABA8A'

red 90 ◦ green 186 ◦ blue 138

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

Shades of Silver Tree #5ABA8A

Tints of Silver Tree #5ABA8A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.93%

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

R = 21.74%
G = 44.93%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#5ABA8A (or 0x5ABA8A) is known color: Silver Tree. HEX triplet: 5A, BA and 8A. RGB value is (90,186,138). Sum of RGB (Red+Green+Blue) = 90+186+138=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABA8A is #A54575. Grayscale: #979797. Windows color (decimal): -10831222 or 9091674. OLE color: 9091674.

HSL color Cylindrical-coordinate representation of color #5ABA8A: hue angle of 150º degrees, saturation: 0.41, 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 #5ABA8A is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 186 138 -
CMYK 0.52 0 0.26 0.27
HSL 150º 0.41% 0.54% -
HSV(B) 150º 0.52% 0.73% -
XYZ 26.36 39.13 30.21 -
YUV 151.82 120.2 83.9 -
System Red Green Blue C M Y K H S L
Decimal 90 186 138 0.52 0 0.26 0.27 150 0.41 0.54
Hex 5A BA 8A 34 0 1A 1B 96 29 36
Octal 132 272 212 64 0 32 33 226 51 66
Binary 1011010 10111010 10001010 110100 0 11010 11011 10010110 101001 110110

Color Harmonies of #5ABA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABA8A

Black with #5ABA8A

Text Example


Text Example

White with #5ABA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,186,138); }

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

background-color css

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

 a { background-color: rgb(90,186,138); }

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

border-color css

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

 span { border-color: rgb(90,186,138); }

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