#5DBB8F

Color #5DBB8F Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #5DBB8F

Tints of Silver Tree #5DBB8F

Color information

#5DBB8F (or 0x5DBB8F) is unknown color: approx Silver Tree. HEX triplet: 5D, BB and 8F. RGB value is (93,187,143). Sum of RGB (Red+Green+Blue) = 93+187+143=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBB8F is #A24470. Grayscale: #999999. Windows color (decimal): -10634353 or 9419613. OLE color: 9419613.

HSL color Cylindrical-coordinate representation of color #5DBB8F: hue angle of 151.91º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBB8F is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB93187143-
CMYK0.5000.240.27
HSL151.91º40.87%54.9%-
HSV(B)151.91º50.27%73.33%-
XYZ27.2439.8532.24-
YUV153.88121.8684.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.99%
GREEN value IS 187 (73.44% from 255) = 44.21%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=21.99%
G=44.21%
B=33.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931871430.5000.240.27151.9140.8754.9
Hex5DBB8F320181B982937
Octal13527321762030332305167
Binary101110110111011100011111100100110001101110011000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,187,143); }

 H1.HeaderClassName
 {
   color: #5DBB8F;
 }
 .AnyTagClassName
 {
   color: #5DBB8F;
 }
</style>
background-color css

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

 a { background-color: rgb(93,187,143); }

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

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

 span { border-color: rgb(93,187,143); }

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