#5EBF8B

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

Shades of Silver Tree #5EBF8B

Tints of Silver Tree #5EBF8B

Color information

#5EBF8B (or 0x5EBF8B) is unknown color: approx Silver Tree. HEX triplet: 5E, BF and 8B. RGB value is (94,191,139). Sum of RGB (Red+Green+Blue) = 94+191+139=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBF8B is #A14074. Grayscale: #9C9C9C. Windows color (decimal): -10567797 or 9158494. OLE color: 9158494.

HSL color Cylindrical-coordinate representation of color #5EBF8B: hue angle of 147.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBF8B is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB94191139-
CMYK0.5100.270.25
HSL147.84º43.11%55.88%-
HSV(B)147.84º50.79%74.9%-
XYZ27.9141.5130.97-
YUV156.07118.3683.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.17%
GREEN value IS 191 (75% from 255) = 45.05%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=22.17%
G=45.05%
B=32.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941911390.5100.270.25147.8443.1155.88
Hex5EBF8B3301B19942b38
Octal13627721363033312245370
Binary101111010111111100010111100110110111100110010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,191,139); }

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

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

 a { background-color: rgb(94,191,139); }

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

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

 span { border-color: rgb(94,191,139); }

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